Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Roll Skia from b1800a8b9595 to d0df677ffd5e (13 revisions)
https://skia.googlesource.com/skia.git/+log/b1800a8b9595..d0df677ffd5e

2023-02-16 [email protected] [graphite] Correct comments on compute terminology
2023-02-16 [email protected] [graphite] Check miter limit for stroked rects
2023-02-16 [email protected] Revert "Move src/images to src/encode"
2023-02-16 [email protected] Move src/images to src/encode
2023-02-16 [email protected] Add gainmap code to fuzz target
2023-02-16 [email protected] Manual roll Dawn from 01ac21cc9aba to 86fbd1a7de5a (92 revisions)
2023-02-16 [email protected] Fix GLSL codegen of empty trailing switch-case blocks.
2023-02-16 [email protected] Eliminate no-op branches via peephole optimization.
2023-02-16 [email protected] Implement switch statement in RP codegen.
2023-02-16 [email protected] Add RP builder support for case_op.
2023-02-16 [email protected] SkJpegCodec: Merge JpegR and HDRGM
2023-02-16 [email protected] Add new header to G3 build
2023-02-16 [email protected] 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 [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
  • Loading branch information
skia-flutter-autoroll committed Feb 17, 2023
commit 7af2e14d5847aa0e0a31a867b13eee7409e496ac
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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': 'b1800a8b9595435e86f2d16b95eeb86d196a37ad',
'skia_revision': 'd0df677ffd5e002812d70111d065320ebad54736',

# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
Expand Down
6 changes: 1 addition & 5 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: c493f055a70d7ce1fecba37039384ed6
Signature: f23bee1c935b68e82ee22d74a495a34a

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -8914,8 +8914,6 @@ ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../thi
ORIGIN: ../../../third_party/skia/include/private/SkGainmapShader.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegConstants.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegGainmap.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegGainmap.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp + ../../../third_party/skia/LICENSE
Expand All @@ -8935,8 +8933,6 @@ FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
FILE: ../../../third_party/skia/include/private/SkGainmapShader.h
FILE: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h
FILE: ../../../third_party/skia/src/codec/SkJpegConstants.h
FILE: ../../../third_party/skia/src/codec/SkJpegGainmap.cpp
FILE: ../../../third_party/skia/src/codec/SkJpegGainmap.h
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h
FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp
Expand Down