Roll Skia from ceaeef84b8a3 to dbf0829114ee (15 revisions) (flutter/engine#43370)
https://skia.googlesource.com/skia.git/+log/ceaeef84b8a3..dbf0829114ee 2023-06-30 bungeman@google.com Allow use of DWriteCore 2023-06-30 kjlubick@google.com Reland "Move GPU specific ImageFilter context factories to src/gpu/" 2023-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 18e68e17ca5c to d2fc29b352fe (8 revisions) 2023-06-30 armansito@google.com [graphite][vello] Better quality hairline strokes 2023-06-30 johnstiles@google.com Remove shared compiler from ResourceProvider. 2023-06-30 jlavrova@google.com Updating SkParagraph test to newer font version 2023-06-30 bungeman@google.com Fix DirectWrite port COLRv1 palette overrides 2023-06-30 robertphillips@google.com Add a tiled-image cache test 2023-06-30 kjlubick@google.com Run buildifier on tools/window/BUILD.bazel 2023-06-30 nicolettep@google.com Revert "[graphite] Reenable tiled image cache size heuristic" 2023-06-30 het@google.com [canvaskit] Add `Picture.cullRect` and `Picture.approximateBytesUsed`. 2023-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 77c4b6779152 to 20cc4a9bc250 (6 revisions) 2023-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 4ea8b01e8983 to c97b5b1d4d66 2023-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 96ae8b91855e to 4ea8b01e8983 (3 revisions) 2023-06-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 49af09d96379 to 15d2e87074d6 (18 revisions) 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,jimgraham@google.com,nicolettep@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:
committed by
GitHub
parent
c90389c9cd
commit
8803d0b50d
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': 'ceaeef84b8a3b27485950aaf64ba11a1ebc0e3bb',
|
||||
'skia_revision': 'dbf0829114ee56aefda414ab7f4f1a4fdd322c26',
|
||||
|
||||
# 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: 0e2849bbe385fcb055c27cc9d8abcf79
|
||||
Signature: b151a004350efd9e062ef75740536206
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@@ -388,7 +388,6 @@ 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
|
||||
|
||||
Reference in New Issue
Block a user