Skip to content

Commit 105600d

Browse files
Roll Skia from e6daf687b558 to a9af2a74c5ab (5 revisions) (#162474)
https://skia.googlesource.com/skia.git/+log/e6daf687b558..a9af2a74c5ab 2025-01-30 fmalita@google.com [skottie] Handle missing SkSLEffect image inputs gracefully 2025-01-30 fmalita@google.com [skottie] Clamp path offset values 2025-01-30 robertphillips@google.com [graphite] Add serialization helpers for the Android-specific Precompile API 2025-01-30 michaelludwig@google.com [graphite] Use transfer color type in Mtl/DawnCaps 2025-01-30 kjlubick@google.com Apply ClangTidy suggestions to ClipAtlasManager 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 aaclarke@google.com,fmalita@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 3acc3bc commit 105600d

2 files changed

Lines changed: 6 additions & 2 deletions

File tree

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': 'e6daf687b558c6693eb74ef8659ae1210ee889f5',
17+
'skia_revision': 'a9af2a74c5ab43ec7cd7fd22ed6e7066484f8c87',
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: bc3b45ca1527d6fb6b0464ae1921179f
1+
Signature: c4ca8ef3ea1589b0bbb3a8e12e2725a0
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9876,9 +9876,13 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
98769876
LIBRARY: skia
98779877
ORIGIN: ../../../flutter/third_party/skia/src/core/SkDrawTypes.h + ../../../flutter/third_party/skia/LICENSE
98789878
ORIGIN: ../../../flutter/third_party/skia/src/core/SkMaskFilterBase.cpp + ../../../flutter/third_party/skia/LICENSE
9879+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/precompile/SerializationUtils.cpp + ../../../flutter/third_party/skia/LICENSE
9880+
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/precompile/SerializationUtils.h + ../../../flutter/third_party/skia/LICENSE
98799881
TYPE: LicenseType.bsd
98809882
FILE: ../../../flutter/third_party/skia/src/core/SkDrawTypes.h
98819883
FILE: ../../../flutter/third_party/skia/src/core/SkMaskFilterBase.cpp
9884+
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/precompile/SerializationUtils.cpp
9885+
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/precompile/SerializationUtils.h
98829886
----------------------------------------------------------------------------------------------------
98839887
Copyright 2025 Google LLC
98849888

0 commit comments

Comments
 (0)