Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 585a596

Browse files
Roll Skia from 78fced84372d to e9358f92110c (4 revisions) (#46211)
https://skia.googlesource.com/skia.git/+log/78fced84372d..e9358f92110c 2023-09-22 [email protected] [graphite] Fix lifetime of texture infos when updating descriptor set 2023-09-22 [email protected] [graphite] Make Dawn viewer's swap chain copy/texture-able 2023-09-22 [email protected] Fix G3 2023-09-22 [email protected] 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 [email protected],[email protected],[email protected],[email protected] 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
1 parent 9f6113c commit 585a596

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': '78fced84372d8971bc79c647b935667e13109a81',
21+
'skia_revision': 'e9358f92110c081b63f98c2975c970cc7d5c7e01',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 912dc22e56cc897ba0f02da09dd5c2b3
1+
Signature: 5dd5036cb866bb763a221b801ecf54e3
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8992,6 +8992,7 @@ ORIGIN: ../../../third_party/skia/src/image/SkSurface_Null.cpp + ../../../third_
89928992
ORIGIN: ../../../third_party/skia/src/image/SkTiledImageUtils.cpp + ../../../third_party/skia/LICENSE
89938993
ORIGIN: ../../../third_party/skia/src/opts/SkOpts_RestoreTarget.h + ../../../third_party/skia/LICENSE
89948994
ORIGIN: ../../../third_party/skia/src/opts/SkOpts_SetTarget.h + ../../../third_party/skia/LICENSE
8995+
ORIGIN: ../../../third_party/skia/src/ports/SkImageGenerator_empty.cpp + ../../../third_party/skia/LICENSE
89958996
ORIGIN: ../../../third_party/skia/src/ports/fontations/src/ffi.rs + ../../../third_party/skia/LICENSE
89968997
ORIGIN: ../../../third_party/skia/src/ports/fontations/src/skpath_bridge.h + ../../../third_party/skia/LICENSE
89978998
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
92549255
FILE: ../../../third_party/skia/src/image/SkTiledImageUtils.cpp
92559256
FILE: ../../../third_party/skia/src/opts/SkOpts_RestoreTarget.h
92569257
FILE: ../../../third_party/skia/src/opts/SkOpts_SetTarget.h
9258+
FILE: ../../../third_party/skia/src/ports/SkImageGenerator_empty.cpp
92579259
FILE: ../../../third_party/skia/src/ports/fontations/src/ffi.rs
92589260
FILE: ../../../third_party/skia/src/ports/fontations/src/skpath_bridge.h
92599261
FILE: ../../../third_party/skia/src/shaders/SkBlendShader.h

0 commit comments

Comments
 (0)