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 0b75650caf2a to 7df7a83f733d (13 revisions)
https://skia.googlesource.com/skia.git/+log/0b75650caf2a..7df7a83f733d

2023-01-28 [email protected] Fix temporary SkMatrixProvider used to build SkVM in SkDraw:drawAtlas.
2023-01-27 [email protected] Revert "Remove canvas scale from runtime-intrinsics slide."
2023-01-27 [email protected] Make SkColorFilterBase::appendStages virtual and remove onAppendStages.
2023-01-27 [email protected] Exposing Gainmap via BitmapRegionDecoder
2023-01-27 [email protected] Reland "Seed coords earlier in shader traversal for SkRasterPipeline."
2023-01-27 [email protected] Roll vulkan-deps from d723200bd4b5 to ead30fe6b410 (8 revisions)
2023-01-27 [email protected] Revert "Seed coords earlier in shader traversal for SkRasterPipeline."
2023-01-27 [email protected] Seed coords earlier in shader traversal for SkRasterPipeline.
2023-01-27 [email protected] Update Skia milestone to 112
2023-01-27 [email protected] Roll Dawn from 3076a8bf178e to b2ec2c350576 (11 revisions)
2023-01-27 [email protected] This rolls back JPEGR support via dedicated JPEGR decoder. Further JPEGR support will be via SkAndroidCodec::getGainmap.
2023-01-27 49699333+dependabot[bot]@users.noreply.github.com Bump ua-parser-js from 0.7.31 to 0.7.33 in /modules/pathkit
2023-01-27 49699333+dependabot[bot]@users.noreply.github.com Bump ua-parser-js from 0.7.31 to 0.7.33 in /modules/canvaskit

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] 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 Jan 28, 2023
commit 9436c61b2c8e3d32d58575ab3daadf7237c7ff4a
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': '0b75650caf2a445133e67e7952bf8eb1646065ef',
'skia_revision': '7df7a83f733d355330a7f7bf07e40c5fab4aae8c',

# 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
8 changes: 1 addition & 7 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 167397ea881365a574ecdc9f7b421335
Signature: 97be3fa871d462a5424a9cd3b6a78bad

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -8194,9 +8194,6 @@ ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h
ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkAvifCodec.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkAvifCodec.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegRCodec.cpp + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkJpegRCodec.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/codec/SkStubJpegRDecoderAPI.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_hmtx.h + ../../../third_party/skia/LICENSE
ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.cpp + ../../../third_party/skia/LICENSE
Expand Down Expand Up @@ -8227,9 +8224,6 @@ FILE: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h
FILE: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.cpp
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.h
FILE: ../../../third_party/skia/src/codec/SkJpegRCodec.cpp
FILE: ../../../third_party/skia/src/codec/SkJpegRCodec.h
FILE: ../../../third_party/skia/src/codec/SkStubJpegRDecoderAPI.h
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h
FILE: ../../../third_party/skia/src/sfnt/SkOTTable_hmtx.h
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.cpp
Expand Down