Roll Skia from d88bfe2939e8 to d528658273db (9 revisions) (flutter/engine#54619)
https://skia.googlesource.com/skia.git/+log/d88bfe2939e8..d528658273db 2024-08-19 borenet@google.com [bazel] Fix skshaper build for Windows 2024-08-19 brianosman@google.com Guard division in luminosity blend against overflow 2024-08-19 kjlubick@google.com Remove unused gni file list 2024-08-19 borenet@google.com [bazel] Fix zlib defines for Windows 2024-08-19 borenet@google.com [bazel] Fix global compile options for Windows 2024-08-19 michaelludwig@google.com [ganesh] Fix MeshOp index combination logic 2024-08-19 robertphillips@google.com [graphite] Revise DrawTypeFlags 2024-08-19 michaelludwig@google.com Update $color_burn_component to single flow of control 2024-08-19 michaelludwig@google.com 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 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
This commit is contained in:
parent
859b18e112
commit
b5881266a3
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': 'd88bfe2939e8b69b9c29c540518471b2a3704538',
|
||||
'skia_revision': 'd528658273db7354a2d84d4f4f7f1f8b238544f4',
|
||||
|
||||
# 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: 4c5e91e958d45364a237b7367d5395a4
|
||||
Signature: 55fe0a9d9a0db61bfdb83a6f3a74e1b4
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -9500,6 +9500,7 @@ LIBRARY: skia
|
||||
ORIGIN: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzParsePath.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/gm/emptyshader.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/gm/imagedither.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/gm/luminosity.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/gm/pathopsblend.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/gm/rendertomipmappedyuvimageplanes.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/core/SkArc.h + ../../../flutter/third_party/skia/LICENSE
|
||||
@ -9613,6 +9614,7 @@ TYPE: LicenseType.bsd
|
||||
FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzParsePath.cpp
|
||||
FILE: ../../../flutter/third_party/skia/gm/emptyshader.cpp
|
||||
FILE: ../../../flutter/third_party/skia/gm/imagedither.cpp
|
||||
FILE: ../../../flutter/third_party/skia/gm/luminosity.cpp
|
||||
FILE: ../../../flutter/third_party/skia/gm/pathopsblend.cpp
|
||||
FILE: ../../../flutter/third_party/skia/gm/rendertomipmappedyuvimageplanes.cpp
|
||||
FILE: ../../../flutter/third_party/skia/include/core/SkArc.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user