Roll Skia from d923bab3d5fa to b78c91996051 (4 revisions) (flutter/engine#46119)
https://skia.googlesource.com/skia.git/+log/d923bab3d5fa..b78c91996051 2023-09-20 kjlubick@google.com Revert "Revert "Make SKP deserialize null instead of PNG images by default."" 2023-09-20 johnstiles@google.com Remove PackUnorm2x16 from SkSL tests. 2023-09-20 kjlubick@google.com Tidy up public.bzl rules for iOS 2023-09-20 johnstiles@google.com Fix test disables for PowerVR Rogue GE8300. 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
6178baa159
commit
a75aea7d29
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': 'd923bab3d5facd39a517f8fa555deb3ed33ce27b',
|
||||
'skia_revision': 'b78c91996051d250b6a2946a7b6f14719e014d57',
|
||||
|
||||
# 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: 0d91c5c5ff84a2740d194a6659598ab1
|
||||
Signature: bb4f64aa5249d361a156d0ce29d71b3b
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@@ -389,6 +389,7 @@ FILE: ../../../third_party/skia/relnotes/directcontext_submit.md
|
||||
FILE: ../../../third_party/skia/relnotes/minify-mesh.md
|
||||
FILE: ../../../third_party/skia/relnotes/patheffects.md
|
||||
FILE: ../../../third_party/skia/relnotes/shadowflags.md
|
||||
FILE: ../../../third_party/skia/relnotes/skpicture_png.md
|
||||
FILE: ../../../third_party/skia/src/gpu/gpu_workaround_list.txt
|
||||
FILE: ../../../third_party/skia/src/sksl/generated/sksl_compute.minified.sksl
|
||||
FILE: ../../../third_party/skia/src/sksl/generated/sksl_compute.unoptimized.sksl
|
||||
|
||||
Reference in New Issue
Block a user