From acd0b55522e8821287d3fc1efd5a35138ac77fea Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Fri, 12 May 2023 19:51:55 +0000 Subject: [PATCH] Roll Skia from 539fb10d7cfb to 64bdd87fadfe (18 revisions) https://skia.googlesource.com/skia.git/+log/539fb10d7cfb..64bdd87fadfe 2023-05-12 johnstiles@google.com Remove unused methods from DSLFunction. 2023-05-12 michaelludwig@google.com [skif] Re-arrange static functions in SkImageFilterTypes.cpp 2023-05-12 robertphillips@google.com Add default for Mock backend types' 'isProtected' parameters 2023-05-12 kjlubick@google.com Manually Roll Dawn from 776a762c9a4d to 6d50a49da6d0 (19 revisions) 2023-05-12 johnstiles@google.com Enable OutParamsFunctionCallInArgument test on GPU. 2023-05-12 kjlubick@google.com Decouple SkImage and Graphite backend 2023-05-12 jamesgk@google.com [graphite] Account for primitive blending depending on dst 2023-05-12 jamesgk@google.com [graphite] Incorporate coverage into blending 2023-05-12 jvanverth@google.com [graphite] Set up snippetID and data for YUV shader 2023-05-12 brianosman@google.com Disallow SkSL in glyph drawables 2023-05-12 johnstiles@google.com Update SkSLTest to use SkEnumBitMask. 2023-05-12 brianosman@google.com Remove some unused SkPicture code 2023-05-12 kjlubick@google.com Make IWYU build skip linking 2023-05-12 robertphillips@google.com Adjust Mock backend's Protected implementation 2023-05-12 johnstiles@google.com Remove SkVM from the SkSL test matrix. 2023-05-12 johnstiles@google.com Remove DSLField type. 2023-05-12 johnstiles@google.com Rename SkSL::Type::Field and SkSL::Field. 2023-05-12 michaelludwig@google.com Handle zero-scale factors in InverseMapRect 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,djsollen@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 | 9 ++++++--- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index b234a56e7034a..4a820b6ae3ec1 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': '539fb10d7cfb3e73ae43bdedba7d11b2012f5446', + 'skia_revision': '64bdd87fadfe3812de10db6abb312374725e4c1a', # 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 450bbf30a2e03..6e6b77713fcee 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 7a9c900c7b174e2304a215673ad5dc1d +Signature: d1e787597d6021b2a22ac573e8e8aa8a ==================================================================================================== LIBRARY: etc1 @@ -386,6 +386,7 @@ FILE: ../../../third_party/skia/modules/skparagraph/test.html FILE: ../../../third_party/skia/package-lock.json FILE: ../../../third_party/skia/relnotes/skdrawable_picturesnapshot.md FILE: ../../../third_party/skia/relnotes/skgraphics_methods.md +FILE: ../../../third_party/skia/relnotes/skimage_graphite.md FILE: ../../../third_party/skia/relnotes/skimage_methods.md FILE: ../../../third_party/skia/relnotes/skimage_subset.md FILE: ../../../third_party/skia/relnotes/skimagefilters_magnifier.md @@ -4041,8 +4042,8 @@ ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLDoStatement.h + ../../../third ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExpression.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExpressionStatement.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLExtension.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLField.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFieldAccess.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFieldSymbol.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLForStatement.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionCall.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.h + ../../../third_party/skia/LICENSE @@ -4355,8 +4356,8 @@ FILE: ../../../third_party/skia/src/sksl/ir/SkSLDoStatement.h FILE: ../../../third_party/skia/src/sksl/ir/SkSLExpression.h FILE: ../../../third_party/skia/src/sksl/ir/SkSLExpressionStatement.h FILE: ../../../third_party/skia/src/sksl/ir/SkSLExtension.h -FILE: ../../../third_party/skia/src/sksl/ir/SkSLField.h FILE: ../../../third_party/skia/src/sksl/ir/SkSLFieldAccess.h +FILE: ../../../third_party/skia/src/sksl/ir/SkSLFieldSymbol.h FILE: ../../../third_party/skia/src/sksl/ir/SkSLForStatement.h FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionCall.h FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.h @@ -8989,6 +8990,7 @@ ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.cp ORIGIN: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/gpu/ganesh/surface/SkSurface_AndroidFactories.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/gpu/graphite/Descriptors.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../third_party/skia/src/gpu/graphite/ImageFactories.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp + ../../../third_party/skia/LICENSE @@ -9099,6 +9101,7 @@ FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.cpp FILE: ../../../third_party/skia/src/gpu/ganesh/image/SkImage_RasterPinnable.h FILE: ../../../third_party/skia/src/gpu/ganesh/surface/SkSurface_AndroidFactories.cpp FILE: ../../../third_party/skia/src/gpu/graphite/Descriptors.h +FILE: ../../../third_party/skia/src/gpu/graphite/ImageFactories.cpp FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h FILE: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp