mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 0b75650caf2a to 7df7a83f733d (13 revisions) (flutter/engine#39225)
https://skia.googlesource.com/skia.git/+log/0b75650caf2a..7df7a83f733d 2023-01-28 bsalomon@google.com Fix temporary SkMatrixProvider used to build SkVM in SkDraw:drawAtlas. 2023-01-27 johnstiles@google.com Revert "Remove canvas scale from runtime-intrinsics slide." 2023-01-27 bsalomon@google.com Make SkColorFilterBase::appendStages virtual and remove onAppendStages. 2023-01-27 kyslov@google.com Exposing Gainmap via BitmapRegionDecoder 2023-01-27 bsalomon@google.com Reland "Seed coords earlier in shader traversal for SkRasterPipeline." 2023-01-27 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from d723200bd4b5 to ead30fe6b410 (8 revisions) 2023-01-27 bsalomon@google.com Revert "Seed coords earlier in shader traversal for SkRasterPipeline." 2023-01-27 bsalomon@google.com Seed coords earlier in shader traversal for SkRasterPipeline. 2023-01-27 sharaks@google.com Update Skia milestone to 112 2023-01-27 nicolettep@google.com Roll Dawn from 3076a8bf178e to b2ec2c350576 (11 revisions) 2023-01-27 kyslov@google.com 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 nicolettep@google.com,zra@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
This commit is contained in:
parent
f632f78a3b
commit
b7ccf7bfba
2
DEPS
2
DEPS
@ -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.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 167397ea881365a574ecdc9f7b421335
|
||||
Signature: 97be3fa871d462a5424a9cd3b6a78bad
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -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
|
||||
@ -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
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user