From c8a119516caed5562b397d64ea344cf93e6a9ad7 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 15 May 2023 20:15:23 +0000 Subject: [PATCH] Roll Skia from 4becb53e3c21 to 24bebce2d9a1 (20 revisions) https://skia.googlesource.com/skia.git/+log/4becb53e3c21..24bebce2d9a1 2023-05-15 johnstiles@google.com Remove arrayification support from Variable::Convert. 2023-05-15 jamesgk@google.com [graphite] Use dual-src blending when available 2023-05-15 michaelludwig@google.com Remove legacy bounds layer staging code 2023-05-15 michaelludwig@google.com [skif] Skip saving a layer for image filters that don't use source image 2023-05-15 johnstiles@google.com Simplify logic in DSLWriter::Var. 2023-05-15 johnstiles@google.com Replace dsl::Struct with StructDefinition::Convert. 2023-05-15 johnstiles@google.com Reduce DSLModifiers to a simple struct. 2023-05-15 johnstiles@google.com Remove swap and assign from DSLExpression. 2023-05-15 johnstiles@google.com Move struct error checks into MakeStructType. 2023-05-15 johnstiles@google.com Remove DSLLayout type. 2023-05-15 jlavrova@google.com Return an unordered_set of unresolved codepoints 2023-05-15 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 3a356ab97987 to f3e8446466d8 (1 revision) 2023-05-15 lovisolo@google.com [bazel] Android build: Add missing Android-specific GPU dependency. 2023-05-15 robertphillips@google.com Add Protected tracking to Ganesh's OpenGL backend 2023-05-15 kjlubick@google.com Fix legacy SkSurface::MakeNull call 2023-05-15 lovisolo@google.com [bazel] Android build: Remove hard dependency on a GPU backend. 2023-05-15 johnstiles@google.com Remove unused DSLExpression ctors. 2023-05-15 johnstiles@google.com Reland "Enable OutParamsFunctionCallInArgument test on GPU." 2023-05-15 johnstiles@google.com Eliminate DSLType::StructType. 2023-05-15 kjlubick@google.com 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 aaclarke@google.com,brianosman@google.com,johnstiles@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 --- DEPS | 2 +- ci/licenses_golden/licenses_skia | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 4e49240432c55..87ed6168b67c1 100644 --- a/DEPS +++ b/DEPS @@ -18,7 +18,7 @@ vars = { 'llvm_git': 'https://llvm.googlesource.com', # OCMock is for testing only so there is no google clone 'ocmock_git': 'https://github.com/erikdoe/ocmock.git', - 'skia_revision': '4becb53e3c21d2905e99c8933b65e7d1460cc0bd', + 'skia_revision': '24bebce2d9a1735f8454a65b0ab11df0966b2893', # WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY # See `lib/web_ui/README.md` for how to roll CanvasKit to a new version. diff --git a/ci/licenses_golden/licenses_skia b/ci/licenses_golden/licenses_skia index a0c55fafd8d32..6112423471916 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 15f71f7f83fdf5c15e17d0da0d594d09 +Signature: 9e799fd88e4101dce235b3d97af09827 ==================================================================================================== LIBRARY: etc1 @@ -8006,8 +8006,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/SkSLPosition.h + ../../../third_party ORIGIN: ../../../third_party/skia/src/sksl/SkSLProgramKind.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLLayout.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLLayout.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLStatement.h + ../../../third_party/skia/LICENSE 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 FILE: ../../../third_party/skia/src/sksl/SkSLProgramKind.h FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h -FILE: ../../../third_party/skia/src/sksl/dsl/DSLLayout.cpp -FILE: ../../../third_party/skia/src/sksl/dsl/DSLLayout.h FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.h FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSL_priv.h @@ -9036,6 +9032,7 @@ ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.c ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLReturnsInputAlpha.cpp + ../../../third_party/skia/LICENSE +ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.h + ../../../third_party/skia/LICENSE 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 FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp FILE: ../../../third_party/skia/src/sksl/analysis/SkSLReturnsInputAlpha.cpp +FILE: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.cpp FILE: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp FILE: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.h FILE: ../../../third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp