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

Commit c5d2316

Browse files
Roll Skia from d88bfe2939e8 to d528658273db (9 revisions) (#54619)
https://skia.googlesource.com/skia.git/+log/d88bfe2939e8..d528658273db 2024-08-19 [email protected] [bazel] Fix skshaper build for Windows 2024-08-19 [email protected] Guard division in luminosity blend against overflow 2024-08-19 [email protected] Remove unused gni file list 2024-08-19 [email protected] [bazel] Fix zlib defines for Windows 2024-08-19 [email protected] [bazel] Fix global compile options for Windows 2024-08-19 [email protected] [ganesh] Fix MeshOp index combination logic 2024-08-19 [email protected] [graphite] Revise DrawTypeFlags 2024-08-19 [email protected] Update $color_burn_component to single flow of control 2024-08-19 [email protected] Reland "Avoid branches and early returns in $color_dodge_component" 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 [email protected],[email protected],[email protected],[email protected] 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 bf538a0 commit c5d2316

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': 'd88bfe2939e8b69b9c29c540518471b2a3704538',
17+
'skia_revision': 'd528658273db7354a2d84d4f4f7f1f8b238544f4',
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: 4c5e91e958d45364a237b7367d5395a4
1+
Signature: 55fe0a9d9a0db61bfdb83a6f3a74e1b4
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)