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

Commit 81b4535

Browse files
Roll Skia from 1b1f53d77ced to 7b0a9d9a3008 (8 revisions) (#38358)
https://skia.googlesource.com/skia.git/+log/1b1f53d77ced..7b0a9d9a3008 2022-12-16 [email protected] [graphite] Start generating pipelines in Context::precompile 2022-12-16 [email protected] Update Skia milestone to 111 2022-12-16 [email protected] Add RasterPipeline copy_n_constants ops. 2022-12-16 [email protected] Skip sandbox when building gni exporter tool 2022-12-16 [email protected] Move SkSL-specific raster pipeline logic into Utils cpp. 2022-12-16 [email protected] Roll vulkan-deps from 9449c7f77d1b to c943ccc4d398 (3 revisions) 2022-12-16 [email protected] Roll SK Tool from b1f9505daa83 to 43194c40e2e6 2022-12-16 [email protected] Roll Skia Infra from f9adb7ab099d to b1f9505daa83 (1 revision) 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
1 parent 3a6b3f9 commit 81b4535

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': '1b1f53d77cedd63edbd60d8b53183fde93644121',
21+
'skia_revision': '7b0a9d9a3008872d56726805fb295daedd6d7b54',
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: 5d8b9b13d8448f53bd55b6a578176a60
1+
Signature: a8931e78c7c9ad7d6d4edabf7f44e324
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8197,6 +8197,8 @@ ORIGIN: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h
81978197
ORIGIN: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp + ../../../third_party/skia/LICENSE
81988198
ORIGIN: ../../../third_party/skia/src/codec/SkAvifCodec.cpp + ../../../third_party/skia/LICENSE
81998199
ORIGIN: ../../../third_party/skia/src/codec/SkAvifCodec.h + ../../../third_party/skia/LICENSE
8200+
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineUtils.cpp + ../../../third_party/skia/LICENSE
8201+
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineUtils.h + ../../../third_party/skia/LICENSE
82008202
ORIGIN: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h + ../../../third_party/skia/LICENSE
82018203
ORIGIN: ../../../third_party/skia/src/sfnt/SkOTTable_hmtx.h + ../../../third_party/skia/LICENSE
82028204
ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.cpp + ../../../third_party/skia/LICENSE
@@ -8226,6 +8228,8 @@ FILE: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h
82268228
FILE: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp
82278229
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.cpp
82288230
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.h
8231+
FILE: ../../../third_party/skia/src/core/SkRasterPipelineUtils.cpp
8232+
FILE: ../../../third_party/skia/src/core/SkRasterPipelineUtils.h
82298233
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputeCommandEncoder.h
82308234
FILE: ../../../third_party/skia/src/sfnt/SkOTTable_hmtx.h
82318235
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineBuilder.cpp

0 commit comments

Comments
 (0)