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

Commit 1766ff8

Browse files
Roll Skia from ccf73af6ca91 to aed81125e6bc (9 revisions)
https://skia.googlesource.com/skia.git/+log/ccf73af6ca91..aed81125e6bc 2023-05-11 [email protected] Remove DSL type constants. 2023-05-11 [email protected] [sksl] Support dual-src blending in Metal 2023-05-11 [email protected] [Direct3D] Check for valid ID3D12PipelineState allocation. 2023-05-11 [email protected] Remove DSLExpression::field and DSLVar::field. 2023-05-11 [email protected] Remove operator overloads from DSLExpression. 2023-05-11 [email protected] Change SkDrawable::newPictureSnapshot to makePictureSnapshot 2023-05-11 [email protected] [vello_cpp] Conditional compilation of shader and encoding features 2023-05-11 [email protected] Remove unused methods from DSLVar. 2023-05-11 [email protected] Remove DSL swizzle support. 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 f38f46f commit 1766ff8

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-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': 'ccf73af6ca913bb56409b01e9d49e2ba65225191',
21+
'skia_revision': 'aed81125e6bcb0fe7b7b8d9bfc67dc450f8275e3',
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: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 20ca15bc638816ba30bd18f95a6c22de
1+
Signature: 41a891121d77cca1e1b6e1903d864aa0
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -384,6 +384,7 @@ FILE: ../../../third_party/skia/modules/pathkit/perf/pathops.bench.js
384384
FILE: ../../../third_party/skia/modules/pathkit/perf/perfReporter.js
385385
FILE: ../../../third_party/skia/modules/skparagraph/test.html
386386
FILE: ../../../third_party/skia/package-lock.json
387+
FILE: ../../../third_party/skia/relnotes/skdrawable_picturesnapshot.md
387388
FILE: ../../../third_party/skia/relnotes/skgraphics_methods.md
388389
FILE: ../../../third_party/skia/relnotes/skimage_methods.md
389390
FILE: ../../../third_party/skia/relnotes/skimage_subset.md

0 commit comments

Comments
 (0)