Roll Skia from 4005ba3ca7b6 to ac14158663ea (7 revisions) (#164404)
https://skia.googlesource.com/skia.git/+log/4005ba3ca7b6..ac14158663ea 2025-02-28 lukasza@chromium.org [rust png] Refreshing TODO comments to point to most-recent bugs. 2025-02-28 lokokung@google.com [dawn][headers] Removes ifdefs for wgpu::Limits. 2025-02-28 kjlubick@google.com Add test for SkBlendARGB32 2025-02-28 kjlubick@google.com Move SkColorData to src/core 2025-02-28 borenet@google.com [infra] Fixes to support iOS devices in new lab 2025-02-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 96a1bda4c1b6 to 421109ac5be0 (6 revisions) 2025-02-28 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 2f85feff104d to 922ff58ecda3 (13 revisions) 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 brettos@google.com,kjlubick@google.com,matanl@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
07503bbc82
commit
7f23dc7a0d
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': '4005ba3ca7b67e56e279cfc6e4a71287d84a1f58',
|
||||
'skia_revision': 'ac14158663eae191ebc38d11047b1b86d4bb1012',
|
||||
|
||||
# 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: 7fb7e5e0fdba59f2c2176e9bfac8d00d
|
||||
Signature: dcad4417ab0110e83382c9b334a16070
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -655,7 +655,6 @@ ORIGIN: ../../../flutter/third_party/skia/include/effects/SkDashPathEffect.h + .
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/effects/SkDiscretePathEffect.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/effects/SkGradientShader.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/effects/SkTableMaskFilter.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/private/SkColorData.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkDeque.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkFixed.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/private/base/SkFloatingPoint.h + ../../../flutter/third_party/skia/LICENSE
|
||||
@ -694,6 +693,7 @@ ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlurMask.cpp + ../../../flu
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlurMask.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/core/SkBlurMaskFilterImpl.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/core/SkColor.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/core/SkColorData.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/core/SkColorFilter.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/core/SkCoreBlitters.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/core/SkDescriptor.h + ../../../flutter/third_party/skia/LICENSE
|
||||
@ -803,7 +803,6 @@ FILE: ../../../flutter/third_party/skia/include/effects/SkDashPathEffect.h
|
||||
FILE: ../../../flutter/third_party/skia/include/effects/SkDiscretePathEffect.h
|
||||
FILE: ../../../flutter/third_party/skia/include/effects/SkGradientShader.h
|
||||
FILE: ../../../flutter/third_party/skia/include/effects/SkTableMaskFilter.h
|
||||
FILE: ../../../flutter/third_party/skia/include/private/SkColorData.h
|
||||
FILE: ../../../flutter/third_party/skia/include/private/base/SkDeque.h
|
||||
FILE: ../../../flutter/third_party/skia/include/private/base/SkFixed.h
|
||||
FILE: ../../../flutter/third_party/skia/include/private/base/SkFloatingPoint.h
|
||||
@ -842,6 +841,7 @@ FILE: ../../../flutter/third_party/skia/src/core/SkBlurMask.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/core/SkBlurMask.h
|
||||
FILE: ../../../flutter/third_party/skia/src/core/SkBlurMaskFilterImpl.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/core/SkColor.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/core/SkColorData.h
|
||||
FILE: ../../../flutter/third_party/skia/src/core/SkColorFilter.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/core/SkCoreBlitters.h
|
||||
FILE: ../../../flutter/third_party/skia/src/core/SkDescriptor.h
|
||||
|
Loading…
x
Reference in New Issue
Block a user