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

Commit e2bab27

Browse files
Roll Skia from 30a368d502bf to 951eb9653163 (4 revisions)
https://skia.googlesource.com/skia.git/+log/30a368d502bf..951eb9653163 2023-05-08 johnstiles@google.com Remove Switch support from DSL entirely. 2023-05-08 johnstiles@google.com Simplify parser handling of expressions. 2023-05-08 kjlubick@google.com Manually Roll Dawn from 2966d3ad08eb to 53e721afe0c5 (63 revisions) 2023-05-08 johnstiles@google.com Reland "Prevent name collisions between variables and intrinsics." 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 brianosman@google.com,djsollen@google.com,jimgraham@google.com,rmistry@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 cfab197 commit e2bab27

File tree

2 files changed

+2
-6
lines changed

2 files changed

+2
-6
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': '30a368d502bfa070c1bce043cf4384bb6650de79',
21+
'skia_revision': '951eb9653163eed7d7b8758c470f4477be0689ba',
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: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 97f07bcb1b8ca9869d9487aa0ff03a1b
1+
Signature: 126831cc78d416d4d830c20a186ac345
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8002,8 +8002,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/SkSLPosition.h + ../../../third_party
80028002
ORIGIN: ../../../third_party/skia/src/sksl/SkSLProgramKind.h + ../../../third_party/skia/LICENSE
80038003
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLBlock.cpp + ../../../third_party/skia/LICENSE
80048004
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLBlock.h + ../../../third_party/skia/LICENSE
8005-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLCase.cpp + ../../../third_party/skia/LICENSE
8006-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLCase.h + ../../../third_party/skia/LICENSE
80078005
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp + ../../../third_party/skia/LICENSE
80088006
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h + ../../../third_party/skia/LICENSE
80098007
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLLayout.cpp + ../../../third_party/skia/LICENSE
@@ -8046,8 +8044,6 @@ FILE: ../../../third_party/skia/src/sksl/SkSLPosition.h
80468044
FILE: ../../../third_party/skia/src/sksl/SkSLProgramKind.h
80478045
FILE: ../../../third_party/skia/src/sksl/dsl/DSLBlock.cpp
80488046
FILE: ../../../third_party/skia/src/sksl/dsl/DSLBlock.h
8049-
FILE: ../../../third_party/skia/src/sksl/dsl/DSLCase.cpp
8050-
FILE: ../../../third_party/skia/src/sksl/dsl/DSLCase.h
80518047
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp
80528048
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h
80538049
FILE: ../../../third_party/skia/src/sksl/dsl/DSLLayout.cpp

0 commit comments

Comments
 (0)