Roll Skia from 78fced84372d to e9358f92110c (4 revisions) (flutter/engine#46211)
https://skia.googlesource.com/skia.git/+log/78fced84372d..e9358f92110c 2023-09-22 brianosman@google.com [graphite] Fix lifetime of texture infos when updating descriptor set 2023-09-22 brianosman@google.com [graphite] Make Dawn viewer's swap chain copy/texture-able 2023-09-22 kjlubick@google.com Fix G3 2023-09-22 johnstiles@google.com Allow child effects in SkSL mesh-fragment programs during compile. 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,jonahwilliams@google.com,rmistry@google.com,tdenniston@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
This commit is contained in:
committed by
GitHub
parent
57f9d82f0d
commit
aa0a1c3dd8
2
DEPS
2
DEPS
@@ -18,7 +18,7 @@ vars = {
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
# OCMock is for testing only so there is no google clone
|
||||
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
|
||||
'skia_revision': '78fced84372d8971bc79c647b935667e13109a81',
|
||||
'skia_revision': 'e9358f92110c081b63f98c2975c970cc7d5c7e01',
|
||||
|
||||
# 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: 912dc22e56cc897ba0f02da09dd5c2b3
|
||||
Signature: 5dd5036cb866bb763a221b801ecf54e3
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@@ -8992,6 +8992,7 @@ ORIGIN: ../../../third_party/skia/src/image/SkSurface_Null.cpp + ../../../third_
|
||||
ORIGIN: ../../../third_party/skia/src/image/SkTiledImageUtils.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/opts/SkOpts_RestoreTarget.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/opts/SkOpts_SetTarget.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/ports/SkImageGenerator_empty.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/ports/fontations/src/ffi.rs + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/ports/fontations/src/skpath_bridge.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/shaders/SkBlendShader.h + ../../../third_party/skia/LICENSE
|
||||
@@ -9254,6 +9255,7 @@ FILE: ../../../third_party/skia/src/image/SkSurface_Null.cpp
|
||||
FILE: ../../../third_party/skia/src/image/SkTiledImageUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/opts/SkOpts_RestoreTarget.h
|
||||
FILE: ../../../third_party/skia/src/opts/SkOpts_SetTarget.h
|
||||
FILE: ../../../third_party/skia/src/ports/SkImageGenerator_empty.cpp
|
||||
FILE: ../../../third_party/skia/src/ports/fontations/src/ffi.rs
|
||||
FILE: ../../../third_party/skia/src/ports/fontations/src/skpath_bridge.h
|
||||
FILE: ../../../third_party/skia/src/shaders/SkBlendShader.h
|
||||
|
||||
Reference in New Issue
Block a user