mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from e65e02c50d66 to 30a00629e135 (3 revisions) (flutter/engine#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
This commit is contained in:
parent
8aabbdd12f
commit
8f02ca0cbe
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': 'e65e02c50d66ba36c40c54915dc687c6b5b08eb7',
|
||||
'skia_revision': '30a00629e1351ad5c2b45f77bbbc16c364781010',
|
||||
|
||||
# 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: 26ecd9b511f43ff87db9f1945d3319fa
|
||||
Signature: 91c38eff3f15ba97ab6b9f556aef7fef
|
||||
|
||||
====================================================================================================
|
||||
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