Roll Skia from 4a97d01dfedd to 9632ef8f18c1 (7 revisions) (flutter/engine#54154)
https://skia.googlesource.com/skia.git/+log/4a97d01dfedd..9632ef8f18c1 2024-07-26 johnstiles@google.com Rework stable function calls. 2024-07-26 johnstiles@google.com Rename PipelineUtils to SkSLToBackend. 2024-07-26 johnstiles@google.com Add Analysis::GetParameterMappingsForFunction helper. 2024-07-26 jvanverth@google.com [ganesh] Check for null ThreadSafeProxy in GrImageContext::abandoned() 2024-07-26 johnstiles@google.com Fix bug with specialization of functions that are inlined. 2024-07-26 michaelludwig@google.com [graphite] Add AtlasProvider::freeGpuResources() take 2 2024-07-26 michaelludwig@google.com Reland "[skif] Use src blending when possible" 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,jamesgk@google.com,jonahwilliams@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
1bf3676912
commit
cf8037de40
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': '4a97d01dfedd5dccc7974b14277c30acf48185e9',
|
||||
'skia_revision': '9632ef8f18c1bc7c903acd9871f2635ea24fd5cf',
|
||||
|
||||
# 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: dc058f47d32c97673642b6b765bea671
|
||||
Signature: 901d7049167099ed5c01e7daf3f252b2
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -8849,9 +8849,9 @@ ORIGIN: ../../../flutter/third_party/skia/src/gpu/DitherUtils.cpp + ../../../flu
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/DitherUtils.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/GpuTypesPriv.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/MutableTextureStatePriv.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/SkBackingFit.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/SkSLToBackend.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/SkSLToBackend.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/android/AHardwareBufferUtils.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
@ -9142,9 +9142,9 @@ FILE: ../../../flutter/third_party/skia/src/gpu/DitherUtils.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/DitherUtils.h
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/GpuTypesPriv.h
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/MutableTextureStatePriv.h
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/PipelineUtils.h
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/SkBackingFit.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/SkSLToBackend.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/SkSLToBackend.h
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/TiledTextureUtils.h
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/android/AHardwareBufferUtils.cpp
|
||||
|
Loading…
x
Reference in New Issue
Block a user