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

Commit 7af2e14

Browse files
Roll Skia from b1800a8b9595 to d0df677ffd5e (13 revisions)
https://skia.googlesource.com/skia.git/+log/b1800a8b9595..d0df677ffd5e 2023-02-16 armansito@google.com [graphite] Correct comments on compute terminology 2023-02-16 michaelludwig@google.com [graphite] Check miter limit for stroked rects 2023-02-16 kjlubick@google.com Revert "Move src/images to src/encode" 2023-02-16 kjlubick@google.com Move src/images to src/encode 2023-02-16 kjlubick@google.com Add gainmap code to fuzz target 2023-02-16 brianosman@google.com Manual roll Dawn from 01ac21cc9aba to 86fbd1a7de5a (92 revisions) 2023-02-16 johnstiles@google.com Fix GLSL codegen of empty trailing switch-case blocks. 2023-02-16 johnstiles@google.com Eliminate no-op branches via peephole optimization. 2023-02-16 johnstiles@google.com Implement switch statement in RP codegen. 2023-02-16 johnstiles@google.com Add RP builder support for case_op. 2023-02-16 ccameron@chromium.org SkJpegCodec: Merge JpegR and HDRGM 2023-02-16 brianosman@google.com Add new header to G3 build 2023-02-16 johnstiles@google.com Add RP builder op for reenable_loop_mask from the stack. 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,jacksongardner@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
1 parent 946b291 commit 7af2e14

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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': 'b1800a8b9595435e86f2d16b95eeb86d196a37ad',
21+
'skia_revision': 'd0df677ffd5e002812d70111d065320ebad54736',
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: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: c493f055a70d7ce1fecba37039384ed6
1+
Signature: f23bee1c935b68e82ee22d74a495a34a
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8914,8 +8914,6 @@ ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../thi
89148914
ORIGIN: ../../../third_party/skia/include/private/SkGainmapShader.h + ../../../third_party/skia/LICENSE
89158915
ORIGIN: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h + ../../../third_party/skia/LICENSE
89168916
ORIGIN: ../../../third_party/skia/src/codec/SkJpegConstants.h + ../../../third_party/skia/LICENSE
8917-
ORIGIN: ../../../third_party/skia/src/codec/SkJpegGainmap.cpp + ../../../third_party/skia/LICENSE
8918-
ORIGIN: ../../../third_party/skia/src/codec/SkJpegGainmap.h + ../../../third_party/skia/LICENSE
89198917
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../third_party/skia/LICENSE
89208918
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h + ../../../third_party/skia/LICENSE
89218919
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp + ../../../third_party/skia/LICENSE
@@ -8935,8 +8933,6 @@ FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
89358933
FILE: ../../../third_party/skia/include/private/SkGainmapShader.h
89368934
FILE: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h
89378935
FILE: ../../../third_party/skia/src/codec/SkJpegConstants.h
8938-
FILE: ../../../third_party/skia/src/codec/SkJpegGainmap.cpp
8939-
FILE: ../../../third_party/skia/src/codec/SkJpegGainmap.h
89408936
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp
89418937
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h
89428938
FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp

0 commit comments

Comments
 (0)