mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 03e689a0fa32 to c06d7ef5c276 (1 revision) (flutter/engine#43520)
https://skia.googlesource.com/skia.git/+log/03e689a0fa32..c06d7ef5c276 2023-07-10 robertphillips@google.com [graphite] Reenable tiled image cache size heuristic (take 2) 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 aaclarke@google.com,brianosman@google.com,kjlubick@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://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:
parent
1f3d51dca5
commit
d93cb5e817
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': '03e689a0fa325aec36405c96728b79afb2c92e2c',
|
||||
'skia_revision': 'c06d7ef5c2767fcca97f9e0f14b4f6ab26073c7d',
|
||||
|
||||
# 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: 770a9eea0a07effb2ddf78d4fc9fca56
|
||||
Signature: 4be26e6364fb87462f36152cdca912de
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -388,6 +388,7 @@ FILE: ../../../third_party/skia/relnotes/canvas_flush.md
|
||||
FILE: ../../../third_party/skia/relnotes/const_context.md
|
||||
FILE: ../../../third_party/skia/relnotes/runtimeeffect_const.md
|
||||
FILE: ../../../third_party/skia/relnotes/runtimeeffect_image.md
|
||||
FILE: ../../../third_party/skia/relnotes/tiledimages.md
|
||||
FILE: ../../../third_party/skia/src/core/SkOrderedReadBuffer.h
|
||||
FILE: ../../../third_party/skia/src/gpu/gpu_workaround_list.txt
|
||||
FILE: ../../../third_party/skia/src/sksl/generated/sksl_compute.minified.sksl
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user