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

Commit c8a1195

Browse files
Roll Skia from 4becb53e3c21 to 24bebce2d9a1 (20 revisions)
https://skia.googlesource.com/skia.git/+log/4becb53e3c21..24bebce2d9a1 2023-05-15 [email protected] Remove arrayification support from Variable::Convert. 2023-05-15 [email protected] [graphite] Use dual-src blending when available 2023-05-15 [email protected] Remove legacy bounds layer staging code 2023-05-15 [email protected] [skif] Skip saving a layer for image filters that don't use source image 2023-05-15 [email protected] Simplify logic in DSLWriter::Var. 2023-05-15 [email protected] Replace dsl::Struct with StructDefinition::Convert. 2023-05-15 [email protected] Reduce DSLModifiers to a simple struct. 2023-05-15 [email protected] Remove swap and assign from DSLExpression. 2023-05-15 [email protected] Move struct error checks into MakeStructType. 2023-05-15 [email protected] Remove DSLLayout type. 2023-05-15 [email protected] Return an unordered_set of unresolved codepoints 2023-05-15 [email protected] Roll vulkan-deps from 3a356ab97987 to f3e8446466d8 (1 revision) 2023-05-15 [email protected] [bazel] Android build: Add missing Android-specific GPU dependency. 2023-05-15 [email protected] Add Protected tracking to Ganesh's OpenGL backend 2023-05-15 [email protected] Fix legacy SkSurface::MakeNull call 2023-05-15 [email protected] [bazel] Android build: Remove hard dependency on a GPU backend. 2023-05-15 [email protected] Remove unused DSLExpression ctors. 2023-05-15 [email protected] Reland "Enable OutParamsFunctionCallInArgument test on GPU." 2023-05-15 [email protected] Eliminate DSLType::StructType. 2023-05-15 [email protected] Enforce IWYU on src/core/SkB* 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 86e5f77 commit c8a1195

File tree

2 files changed

+4
-6
lines changed

2 files changed

+4
-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': '4becb53e3c21d2905e99c8933b65e7d1460cc0bd',
21+
'skia_revision': '24bebce2d9a1735f8454a65b0ab11df0966b2893',
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: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 15f71f7f83fdf5c15e17d0da0d594d09
1+
Signature: 9e799fd88e4101dce235b3d97af09827
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8006,8 +8006,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/SkSLPosition.h + ../../../third_party
80068006
ORIGIN: ../../../third_party/skia/src/sksl/SkSLProgramKind.h + ../../../third_party/skia/LICENSE
80078007
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp + ../../../third_party/skia/LICENSE
80088008
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h + ../../../third_party/skia/LICENSE
8009-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLLayout.cpp + ../../../third_party/skia/LICENSE
8010-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLLayout.h + ../../../third_party/skia/LICENSE
80118009
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp + ../../../third_party/skia/LICENSE
80128010
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLStatement.h + ../../../third_party/skia/LICENSE
80138011
ORIGIN: ../../../third_party/skia/src/sksl/dsl/priv/DSL_priv.h + ../../../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/DSLFunction.cpp
80488046
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h
8049-
FILE: ../../../third_party/skia/src/sksl/dsl/DSLLayout.cpp
8050-
FILE: ../../../third_party/skia/src/sksl/dsl/DSLLayout.h
80518047
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp
80528048
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.h
80538049
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSL_priv.h
@@ -9036,6 +9032,7 @@ ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.c
90369032
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp + ../../../third_party/skia/LICENSE
90379033
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp + ../../../third_party/skia/LICENSE
90389034
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLReturnsInputAlpha.cpp + ../../../third_party/skia/LICENSE
9035+
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.cpp + ../../../third_party/skia/LICENSE
90399036
ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp + ../../../third_party/skia/LICENSE
90409037
ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.h + ../../../third_party/skia/LICENSE
90419038
ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp + ../../../third_party/skia/LICENSE
@@ -9147,6 +9144,7 @@ FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp
91479144
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp
91489145
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp
91499146
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLReturnsInputAlpha.cpp
9147+
FILE: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.cpp
91509148
FILE: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp
91519149
FILE: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.h
91529150
FILE: ../../../third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp

0 commit comments

Comments
 (0)