Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 86f269b

Browse files
Roll Skia from e65e02c50d66 to 30a00629e135 (3 revisions) (#54634)
https://skia.googlesource.com/skia.git/+log/e65e02c50d66..30a00629e135 2024-08-20 brianosman@google.com Reland "Guard division in luminosity blend against overflow" 2024-08-19 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from f8f75e8cc154 to b038f07b8faf (3 revisions) 2024-08-19 kschmi@microsoft.com Revert "Revert "Reland "Reduce size of linear SkMaskGamma LUT""" 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 brianosman@google.com,jvanverth@google.com,rmistry@google.com,zra@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 5c17e46 commit 86f269b

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': 'e65e02c50d66ba36c40c54915dc687c6b5b08eb7',
17+
'skia_revision': '30a00629e1351ad5c2b45f77bbbc16c364781010',
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.

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: 26ecd9b511f43ff87db9f1945d3319fa
1+
Signature: 91c38eff3f15ba97ab6b9f556aef7fef
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9500,6 +9500,7 @@ LIBRARY: skia
95009500
ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzParsePath.cpp + ../../../flutter/third_party/skia/LICENSE
95019501
ORIGIN: ../../../flutter/third_party/skia/gm/emptyshader.cpp + ../../../flutter/third_party/skia/LICENSE
95029502
ORIGIN: ../../../flutter/third_party/skia/gm/imagedither.cpp + ../../../flutter/third_party/skia/LICENSE
9503+
ORIGIN: ../../../flutter/third_party/skia/gm/luminosity.cpp + ../../../flutter/third_party/skia/LICENSE
95039504
ORIGIN: ../../../flutter/third_party/skia/gm/pathopsblend.cpp + ../../../flutter/third_party/skia/LICENSE
95049505
ORIGIN: ../../../flutter/third_party/skia/gm/rendertomipmappedyuvimageplanes.cpp + ../../../flutter/third_party/skia/LICENSE
95059506
ORIGIN: ../../../flutter/third_party/skia/include/core/SkArc.h + ../../../flutter/third_party/skia/LICENSE
@@ -9613,6 +9614,7 @@ TYPE: LicenseType.bsd
96139614
FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzParsePath.cpp
96149615
FILE: ../../../flutter/third_party/skia/gm/emptyshader.cpp
96159616
FILE: ../../../flutter/third_party/skia/gm/imagedither.cpp
9617+
FILE: ../../../flutter/third_party/skia/gm/luminosity.cpp
96169618
FILE: ../../../flutter/third_party/skia/gm/pathopsblend.cpp
96179619
FILE: ../../../flutter/third_party/skia/gm/rendertomipmappedyuvimageplanes.cpp
96189620
FILE: ../../../flutter/third_party/skia/include/core/SkArc.h

0 commit comments

Comments
 (0)