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

Commit bf01bf5

Browse files
Roll Skia from c3473c32bb35 to ffa425bacfc4 (14 revisions) (#42095)
https://skia.googlesource.com/skia.git/+log/c3473c32bb35..ffa425bacfc4 2023-05-17 [email protected] Create Protected EGL contexts when possible on Android 2023-05-17 [email protected] Delete dead code in DSLStatement. 2023-05-17 [email protected] Add Block::MakeCompoundStatement. 2023-05-17 [email protected] [graphite] Remove spurious text method. 2023-05-17 [email protected] Manually Roll Dawn from 89a3dac88297 to 83c5c8b15157 (41 revisions) 2023-05-17 [email protected] Remove unnecessary return value from Parser::structVarDeclaration. 2023-05-17 [email protected] Restructure AddVarDeclaration to not require friendship. 2023-05-17 [email protected] Roll vulkan-deps from 32a999c86b9c to 7d17e63c2439 (11 revisions) 2023-05-17 [email protected] [skif] Shore up getOutputLayerBounds() for old filter definitions 2023-05-17 [email protected] Move force-noinline support out of DSL. 2023-05-17 [email protected] [skif] Update SkPictureImageFilter to use FilterResult 2023-05-17 [email protected] Roll ANGLE from 25def1a0da1c to 9de2cfb06593 (17 revisions) 2023-05-17 [email protected] [graphite] Add YUVA shader. 2023-05-17 [email protected] Roll SwiftShader from a62e8dbc3467 to 28718d8b4108 (2 revisions) 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 2f72098 commit bf01bf5

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': 'c3473c32bb35f24803dcd6c7bc74d6ac0924f8cc',
21+
'skia_revision': 'ffa425bacfc437de72d049e2cc488a90cb1f0036',
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: 311025fcfb5b586d943056a9c0678776
1+
Signature: 928a95b118579cada8f8012e2c5b34e0
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -390,6 +390,7 @@ FILE: ../../../third_party/skia/relnotes/skimage_graphite.md
390390
FILE: ../../../third_party/skia/relnotes/skimage_methods.md
391391
FILE: ../../../third_party/skia/relnotes/skimage_subset.md
392392
FILE: ../../../third_party/skia/relnotes/skimagefilters_magnifier.md
393+
FILE: ../../../third_party/skia/relnotes/skimagefilters_picture.md
393394
FILE: ../../../third_party/skia/relnotes/skimagegenerator_encoded.md
394395
FILE: ../../../third_party/skia/relnotes/sksurface_backend.md
395396
FILE: ../../../third_party/skia/relnotes/sksurface_namespace.md

0 commit comments

Comments
 (0)