Skip to content

Commit a47f3d4

Browse files
Roll Skia from 956fd8b14e22 to f42bb59753fe (2 revisions) (flutter#169379)
https://skia.googlesource.com/skia.git/+log/956fd8b14e22..f42bb59753fe 2025-05-23 kjlubick@google.com Expand some SkImage APIs to take an SkRecorder 2025-05-23 syoussefi@google.com [graphite][vulkan] Use VK_EXT_rasterization_order_attachment_access 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 jonahwilliams@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
1 parent 985d8ec commit a47f3d4

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vars = {
1414
'flutter_git': 'https://flutter.googlesource.com',
1515
'skia_git': 'https://skia.googlesource.com',
1616
'llvm_git': 'https://llvm.googlesource.com',
17-
'skia_revision': '956fd8b14e2205fa33f36de216e6231314e67d03',
17+
'skia_revision': 'f42bb59753feff1eb831991ad29075150bbec626',
1818

1919
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2020
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

engine/src/flutter/ci/licenses_golden/licenses_skia

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 88dbe45a7d2fca3a982b10487982edd6
1+
Signature: 56de18406ea13e97299de90e8e3591e1
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9883,6 +9883,7 @@ ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskFilterBase.cpp + ../../
98839883
ORIGIN: ../../../flutter/third_party/skia/src/core/SkRasterPipelineVizualizer.h + ../../../flutter/third_party/skia/LICENSE
98849884
ORIGIN: ../../../flutter/third_party/skia/src/core/SkSynchronizedResourceCache.cpp + ../../../flutter/third_party/skia/LICENSE
98859885
ORIGIN: ../../../flutter/third_party/skia/src/core/SkSynchronizedResourceCache.h + ../../../flutter/third_party/skia/LICENSE
9886+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/SkGaneshRecorder.h + ../../../flutter/third_party/skia/LICENSE
98869887
ORIGIN: ../../../flutter/third_party/skia/src/gpu/ganesh/text/GaneshVertexFiller.cpp + ../../../flutter/third_party/skia/LICENSE
98879888
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/RecorderOptionsPriv.h + ../../../flutter/third_party/skia/LICENSE
98889889
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/TextureFormat.cpp + ../../../flutter/third_party/skia/LICENSE
@@ -9913,6 +9914,7 @@ FILE: ../../../flutter/third_party/skia/src/core/SkMaskFilterBase.cpp
99139914
FILE: ../../../flutter/third_party/skia/src/core/SkRasterPipelineVizualizer.h
99149915
FILE: ../../../flutter/third_party/skia/src/core/SkSynchronizedResourceCache.cpp
99159916
FILE: ../../../flutter/third_party/skia/src/core/SkSynchronizedResourceCache.h
9917+
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/SkGaneshRecorder.h
99169918
FILE: ../../../flutter/third_party/skia/src/gpu/ganesh/text/GaneshVertexFiller.cpp
99179919
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/RecorderOptionsPriv.h
99189920
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/TextureFormat.cpp

0 commit comments

Comments
 (0)