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

Commit 1703a39

Browse files
Roll Skia from c29211525dac to 654f4805e8b8 (21 revisions) (#39309)
https://skia.googlesource.com/skia.git/+log/c29211525dac..654f4805e8b8 2023-02-01 [email protected] Use SkShaderBase::MatrixRec rather than SkMatrixProvider for shader SkVM 2023-01-31 [email protected] SkJpegSourceMgr: Add blank files 2023-01-31 [email protected] Actually increase collection time of SkottieFrames 2023-01-31 [email protected] Fix getGlyphPositionAtCoordinate for RTL 2023-01-31 [email protected] Use GlyphAction in SkStrike 2023-01-31 [email protected] Use GlyphAction in RemoteStrike 2023-01-31 [email protected] Increase timeout for CanvasKit tests 2023-01-31 [email protected] Add action fields to the SkGlyphDigest for Path and Drawable 2023-01-31 [email protected] Manual dawn roll 2023-01-31 [email protected] Fix SkShaderBase::MatrixRec concatenation order for Android Framework. 2023-01-31 [email protected] Split up digest() to allow for mutable glyph digest 2023-01-31 [email protected] Add BuilderOps for pushing and popping RP colors. 2023-01-31 [email protected] Add atan2 support to SkRasterPipeline builder/codegen. 2023-01-31 [email protected] Add single-argument atan support to SkRasterPipeline builder/codegen. 2023-01-31 [email protected] Revert "[pdf] SkPDFGraphicStackState::Entry::fColor default" 2023-01-31 [email protected] Reland "Add atan2_ primitive to SkRasterPipeline." 2023-01-31 [email protected] SkCubics::RootsReal should not return an infinite root 2023-01-31 [email protected] [includes] Enforce IWYU on src/image 2023-01-31 [email protected] Create RAII mechanism for continue-mask management. 2023-01-31 [email protected] [pdf] Really retain zero glyph in subset 2023-01-31 [email protected] Couple of allocation changes to SkPath 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 38913c5 commit 1703a39

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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': 'c29211525dac05ff8d9112c75a186bd9659f8e53',
21+
'skia_revision': '654f4805e8b8780b9ab88ca80a0747007b044d44',
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 9084c679b1af771da02d479f02a2afc1
1+
Signature: 4c7cbae38ec88f0353c28a714397aefa
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8916,6 +8916,8 @@ ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp + ../../../th
89168916
ORIGIN: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h + ../../../third_party/skia/LICENSE
89178917
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp + ../../../third_party/skia/LICENSE
89188918
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h + ../../../third_party/skia/LICENSE
8919+
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSourceMgr.cpp + ../../../third_party/skia/LICENSE
8920+
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSourceMgr.h + ../../../third_party/skia/LICENSE
89198921
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../../third_party/skia/LICENSE
89208922
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h + ../../../third_party/skia/LICENSE
89218923
ORIGIN: ../../../third_party/skia/src/images/SkJpegGainmapEncoder.cpp + ../../../third_party/skia/LICENSE
@@ -8931,6 +8933,8 @@ FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.cpp
89318933
FILE: ../../../third_party/skia/src/codec/SkJpegMultiPicture.h
89328934
FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.cpp
89338935
FILE: ../../../third_party/skia/src/codec/SkJpegSegmentScan.h
8936+
FILE: ../../../third_party/skia/src/codec/SkJpegSourceMgr.cpp
8937+
FILE: ../../../third_party/skia/src/codec/SkJpegSourceMgr.h
89348938
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h
89358939
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h
89368940
FILE: ../../../third_party/skia/src/images/SkJpegGainmapEncoder.cpp

0 commit comments

Comments
 (0)