mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 794936b23812 to 61c89daa3888 (7 revisions) (#170878)
https://skia.googlesource.com/skia.git/+log/794936b23812..61c89daa3888 2025-06-19 mike@reedtribe.org Introducing SkPathRaw 2025-06-19 mike@reedtribe.org Use SkSpan in SkData 2025-06-19 syoussefi@google.com Manual bug id map to the new issue tracker 2025-06-19 syoussefi@google.com [graphite][vulkan] Simplify render pass creation 2025-06-19 mike@reedtribe.org Reapply "remove guard -- it is now in all clients" 2025-06-19 drott@chromium.org [Fontations] Roll Fontations 2025-06-19 michaelludwig@google.com [graphite] Generate blurred rrect profile on the GPU If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/skia-flutter-autoroll Please CC danieldilan@google.com,jimgraham@google.com,kjlubick@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Skia: https://bugs.chromium.org/p/skia/issues/entry To file a bug in Flutter: https://github.com/flutter/flutter/issues/new/choose To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
This commit is contained in:
parent
85a9b4f389
commit
6cfdc63c91
2
DEPS
2
DEPS
@ -14,7 +14,7 @@ vars = {
|
||||
'flutter_git': 'https://flutter.googlesource.com',
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
'skia_revision': '794936b23812d1a52ffda13a506ace4e1bf954ac',
|
||||
'skia_revision': '61c89daa38880f1cabbf3b8ab01cb2ab30deb628',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 362a50f3c95387624dd85f340fd2343e
|
||||
Signature: e43c8caa051766ac4cb37afb8cc1e061
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -10041,9 +10041,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
||||
====================================================================================================
|
||||
LIBRARY: skia
|
||||
ORIGIN: ../../../flutter/third_party/skia/gm/tablemaskfilter.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathRaw.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/core/SkPathRaw.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/tools.go + ../../../flutter/third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../flutter/third_party/skia/gm/tablemaskfilter.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/core/SkPathRaw.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/core/SkPathRaw.h
|
||||
FILE: ../../../flutter/third_party/skia/tools.go
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2025 Google LLC.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user