mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 5c229d4d20bb to cfa1cda77b46 (3 revisions) (flutter/engine#54300)
https://skia.googlesource.com/skia.git/+log/5c229d4d20bb..cfa1cda77b46 2024-08-01 jvanverth@google.com Revert "[ganesh] Fix CircularRRectEffect batching." 2024-08-01 kjlubick@google.com Decouple Graphite SkSL code from Ganesh code. 2024-08-01 johnstiles@google.com Demonstrate effect specialization fan-out. 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,jacksongardner@google.com,johnstiles@google.com,rmistry@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
01a4b48613
commit
d840ba51ce
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': '5c229d4d20bbc711f4e06252b228be4cb3aa0f86',
|
||||
'skia_revision': 'cfa1cda77b46f197489d7c8a2239ce21fc4f43dd',
|
||||
|
||||
# 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: 5a4e1c70f8e11d524fff96b633593faf
|
||||
Signature: 7d0b2d08a977ddfcfd24aeaf055c7d43
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -9595,6 +9595,8 @@ ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/task/DrawTask.h + ../
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanBackendSemaphore.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanBackendTexture.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanTextureInfo.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLGraphiteModules.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLGraphiteModules.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLModule.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLModule.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLModuleDataDefault.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
@ -9706,6 +9708,8 @@ FILE: ../../../flutter/third_party/skia/src/gpu/graphite/task/DrawTask.h
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanBackendSemaphore.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanBackendTexture.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanTextureInfo.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/SkSLGraphiteModules.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/SkSLGraphiteModules.h
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/SkSLModule.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/SkSLModule.h
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/SkSLModuleDataDefault.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user