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

Commit e2df016

Browse files
Roll Skia from 68bcc4470230 to 47a37395ee40 (12 revisions) (#43568)
https://skia.googlesource.com/skia.git/+log/68bcc4470230..47a37395ee40 2023-07-11 [email protected] [skif] Remove legacy Compose implementation 2023-07-11 [email protected] Making "abc" tests fail if there are no fonts 2023-07-11 [email protected] Add bounds checking for TArray 2023-07-11 [email protected] Prepare to extract SkXmp to a separate source list 2023-07-11 [email protected] [skif] Add SkTileMode to SkCropImageFilter 2023-07-11 [email protected] Reject $pure functions with out parameters. 2023-07-11 [email protected] Move cover-bounds vertex step into Module code. 2023-07-11 [email protected] [graphite] Reenable tiled image cache size heuristic (take 3) 2023-07-11 [email protected] Move atlas-shape vertex step into Module code. 2023-07-11 [email protected] Move analytic-rrect coverage step into Module code. 2023-07-11 [email protected] Use inversesqrt when calculating rrect edge vectors. 2023-07-11 [email protected] Move analytic-rrect vertex step into Module code. 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 77808cc commit e2df016

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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': '68bcc4470230983ba4672ba772f1ec94048ae779',
21+
'skia_revision': '47a37395ee40a74288f3dccba4fe3ce62e4d5cc0',
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 9e60331890d3f0d86c7c3fb3de83ba8c
1+
Signature: acca698cc83b1172e28e48468f342dbd
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -388,6 +388,7 @@ FILE: ../../../third_party/skia/relnotes/canvas_flush.md
388388
FILE: ../../../third_party/skia/relnotes/const_context.md
389389
FILE: ../../../third_party/skia/relnotes/runtimeeffect_const.md
390390
FILE: ../../../third_party/skia/relnotes/runtimeeffect_image.md
391+
FILE: ../../../third_party/skia/relnotes/tiledimages.md
391392
FILE: ../../../third_party/skia/src/core/SkOrderedReadBuffer.h
392393
FILE: ../../../third_party/skia/src/gpu/gpu_workaround_list.txt
393394
FILE: ../../../third_party/skia/src/sksl/generated/sksl_compute.minified.sksl

0 commit comments

Comments
 (0)