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

Commit ddd51a6

Browse files
Roll Skia from 098c234c05f7 to f1245dcd35f8 (23 revisions)
https://skia.googlesource.com/skia.git/+log/098c234c05f7..f1245dcd35f8 2022-08-05 armansito@google.com [graphite] Introduce ComputePipeline 2022-08-05 brianosman@google.com Clean up some legacy shader context code 2022-08-05 michaelludwig@google.com Simplify wangs_formula::VectorXform 2022-08-05 vigneshv@google.com Add AVIF decoding support using libavif 2022-08-05 herb@google.com Add mask format to the SkGlyphDigest 2022-08-05 cmumford@google.com bazel: remove redandant reference to SkSLVMCodeGenerator.h. 2022-08-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SwiftShader from a07b3fb6b3bd to eedcf55ec853 (2 revisions) 2022-08-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from c20fa4eae5fb to 73ecc66e47dc (9 revisions) 2022-08-05 herb@google.com Use the Read/WriteBuffer bulk API for points 2022-08-05 jmbetancourt@google.com support additional AE blend modes using custom blenders 2022-08-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 3a443029375b to 66c134d10034 (4 revisions) 2022-08-05 rmistry@google.com Remove _CheckDEPSValid from PRESUBMIT.py 2022-08-04 kjlubick@google.com [codesize] Show files and symbols in diff view. 2022-08-04 kjlubick@google.com [bazel] Remove bridge headers from SkCMS 2022-08-04 johnstiles@google.com Support buffer keyword on InterfaceBlocks in Metal. 2022-08-04 johnstiles@google.com Allow readonly and writeonly as function-params on textures. 2022-08-04 jvanverth@google.com [direct3d] Implement onSetLabel 2022-08-04 jvanverth@google.com [Metal] Add one missing label 2022-08-04 johnstiles@google.com Add buffer modifier to SkSL. 2022-08-04 herb@google.com Make mask checking explicit in SkDrawableGlyphBuffer 2022-08-04 johnstiles@google.com Add readonly/writeonly modifier support to texture declarations. 2022-08-04 michaelludwig@google.com Manual dawn roll 2022-08-04 cmumford@google.com Fix //bazel/exporter Bazel dependencies. 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 kaushikiska@google.com,nicolettep@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
1 parent ce3397f commit ddd51a6

File tree

2 files changed

+9
-2
lines changed

2 files changed

+9
-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': '098c234c05f7680999f9a27ef98c6e116e21d2df',
21+
'skia_revision': 'f1245dcd35f8e3e315c1c9d90325cba2edf63715',
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: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: ec7e163e434e5dee311adfcd1fcd2d19
1+
Signature: bbf8e39570bc829b72496e3934c2ae6c
22

33
UNUSED LICENSES:
44

@@ -5581,6 +5581,9 @@ FILE: ../../../third_party/skia/src/gpu/graphite/AttachmentTypes.h
55815581
FILE: ../../../third_party/skia/src/gpu/graphite/ClipStack.cpp
55825582
FILE: ../../../third_party/skia/src/gpu/graphite/ClipStack_graphite.h
55835583
FILE: ../../../third_party/skia/src/gpu/graphite/CommandTypes.h
5584+
FILE: ../../../third_party/skia/src/gpu/graphite/ComputePipeline.cpp
5585+
FILE: ../../../third_party/skia/src/gpu/graphite/ComputePipeline.h
5586+
FILE: ../../../third_party/skia/src/gpu/graphite/ComputePipelineDesc.h
55845587
FILE: ../../../third_party/skia/src/gpu/graphite/DrawAtlas.cpp
55855588
FILE: ../../../third_party/skia/src/gpu/graphite/DrawAtlas.h
55865589
FILE: ../../../third_party/skia/src/gpu/graphite/DrawCommands.h
@@ -5613,6 +5616,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/UploadTask.cpp
56135616
FILE: ../../../third_party/skia/src/gpu/graphite/UploadTask.h
56145617
FILE: ../../../third_party/skia/src/gpu/graphite/geom/Geometry.h
56155618
FILE: ../../../third_party/skia/src/gpu/graphite/geom/SubRunData.h
5619+
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.h
5620+
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlComputePipeline.mm
56165621
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlQueueManager.h
56175622
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlQueueManager.mm
56185623
FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlSampler.h
@@ -6586,6 +6591,8 @@ FILE: ../../../third_party/skia/modules/skottie/src/BlendModes.cpp
65866591
FILE: ../../../third_party/skia/modules/svg/include/SkSVGOpenTypeSVGDecoder.h
65876592
FILE: ../../../third_party/skia/modules/svg/src/SkSVGOpenTypeSVGDecoder.cpp
65886593
FILE: ../../../third_party/skia/samplecode/SampleSBIX.cpp
6594+
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.cpp
6595+
FILE: ../../../third_party/skia/src/codec/SkAvifCodec.h
65896596
FILE: ../../../third_party/skia/src/sfnt/SkOTTable_hmtx.h
65906597
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLWGSLCodeGenerator.cpp
65916598
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLWGSLCodeGenerator.h

0 commit comments

Comments
 (0)