From 469709ab0b5015ef625ae586a4b7d66fca0e493c Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Tue, 30 Aug 2022 17:50:31 +0000 Subject: [PATCH] Roll Skia from 545e45ab4d5d to 27a2eeacd330 (11 revisions) https://skia.googlesource.com/skia.git/+log/545e45ab4d5d..27a2eeacd330 2022-08-30 johnstiles@google.com Remove sk_Caps check from cross_length. 2022-08-30 johnstiles@google.com Disable polyfills by default in ShaderCaps. 2022-08-30 johnstiles@google.com Experiment: remove Inliner from SkSL. 2022-08-30 khaslett@chromium.org Declare SkColor4f::toBytes_RGBA() and in SkColor.h 2022-08-30 michaelludwig@google.com [graphite] Add RendererProvider that owns Renderers per context 2022-08-30 michaelludwig@google.com [graphite] Memoryless MSAA color/depth/stencil attachments 2022-08-30 kjlubick@google.com Remove SkBitmapProc files from public.bzl 2022-08-30 brianosman@google.com Fix documentation bug about saveLayer 2022-08-30 sharma.loic@gmail.com [CanvasKit] Allow substituting \t with space 2022-08-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from cf5050291c0d to db1584efaa9b (1 revision) 2022-08-30 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from 009404164dab to 7143450998c7 (12 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 jsimmons@google.com,kjlubick@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, 4 insertions(+), 7 deletions(-) diff --git a/DEPS b/DEPS index 27a5200a376d9..d27eb2df7a0fb 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': '545e45ab4d5d193dba13d4cbbbfa7a7c46b1b4e2', + 'skia_revision': '27a2eeacd330a0b5579f6749be162880e34c8619', # 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 4ff543d69c933..19939838c1365 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 5845f362fdd776b4d994b93db773c12e +Signature: 8bac2ba4371fa6b4f5be581c4481db35 UNUSED LICENSES: @@ -2643,8 +2643,6 @@ FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlTexture.h FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlTexture.mm FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlTypesPriv.mm FILE: ../../../third_party/skia/src/gpu/graphite/mtl/MtlUtils.h -FILE: ../../../third_party/skia/src/gpu/graphite/render/StencilAndFillPathRenderer.cpp -FILE: ../../../third_party/skia/src/gpu/graphite/render/TextRenderer.cpp FILE: ../../../third_party/skia/src/sksl/SkSLBuiltinTypes.cpp FILE: ../../../third_party/skia/src/sksl/SkSLBuiltinTypes.h FILE: ../../../third_party/skia/src/sksl/SkSLContext.cpp @@ -4100,8 +4098,6 @@ FILE: ../../../third_party/skia/src/sksl/SkSLConstantFolder.cpp FILE: ../../../third_party/skia/src/sksl/SkSLConstantFolder.h FILE: ../../../third_party/skia/src/sksl/SkSLDehydrator.cpp FILE: ../../../third_party/skia/src/sksl/SkSLDehydrator.h -FILE: ../../../third_party/skia/src/sksl/SkSLInliner.cpp -FILE: ../../../third_party/skia/src/sksl/SkSLInliner.h FILE: ../../../third_party/skia/src/sksl/SkSLMemoryPool.h FILE: ../../../third_party/skia/src/sksl/SkSLPool.cpp FILE: ../../../third_party/skia/src/sksl/SkSLPool.h @@ -5577,6 +5573,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.cpp FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.h FILE: ../../../third_party/skia/src/gpu/graphite/RecorderPriv.h FILE: ../../../third_party/skia/src/gpu/graphite/RecordingPriv.h +FILE: ../../../third_party/skia/src/gpu/graphite/RendererProvider.cpp +FILE: ../../../third_party/skia/src/gpu/graphite/RendererProvider.h FILE: ../../../third_party/skia/src/gpu/graphite/Resource.cpp FILE: ../../../third_party/skia/src/gpu/graphite/Resource.h FILE: ../../../third_party/skia/src/gpu/graphite/ResourceCache.cpp @@ -5632,7 +5630,6 @@ FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsSameExpressionTree.cpp FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsTrivialExpression.cpp FILE: ../../../third_party/skia/src/sksl/analysis/SkSLNoOpErrorReporter.h FILE: ../../../third_party/skia/src/sksl/analysis/SkSLProgramUsage.h -FILE: ../../../third_party/skia/src/sksl/transform/SkSLAddConstToVarModifiers.cpp FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateEmptyStatements.cpp FILE: ../../../third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinFunctions.cpp FILE: ../../../third_party/skia/src/text/StrikeForGPU.cpp