From 98dbac2b2a1aef1172a9b676cf4c875118e2e7c0 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 14 Nov 2022 18:53:27 +0000 Subject: [PATCH] Roll Skia from 2ad14e25f6f7 to a434f9b69660 (11 revisions) https://skia.googlesource.com/skia.git/+log/2ad14e25f6f7..a434f9b69660 2022-11-14 nicolettep@google.com Remove outdated _snprintf and SK_SNPRINTF, use snprintf instead 2022-11-14 herb@google.com Misc cleanups for SkTArray 2022-11-14 robertphillips@google.com [graphite] Make ShaderCodeDictionary Graphite-only 2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 236dea3b8ce8 to c7eaa2978786 (1 revision) 2022-11-14 robertphillips@google.com [graphite] Make PaintParamsKey Graphite-only 2022-11-14 herb@google.com Reland "Remove SkTArray::count() and change all uses to size()" 2022-11-14 herb@google.com Remove unneeded SkTypes from base classes 2022-11-14 kjlubick@google.com Reland "[bazel] Generate sksl_tests.gni from Bazel source of truth." 2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 032336ea4ca6 to 131d736c57d4 (1 revision) 2022-11-14 3580430+namse@users.noreply.github.com Call this._resetContext() at end of makeImageFromTextureSource 2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 92a0efdfb244 to 82855be3c811 (7 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 jimgraham@google.com,tdenniston@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 | 10 +++++----- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index ba8f0de3adada..e85fb68bb1a4b 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': '2ad14e25f6f7bd2f2d22bcbaca345053e99c8efc', + 'skia_revision': 'a434f9b696605c0ff601c47a72951002bf7d93d2', # 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 07abac3e069bf..9e4123924c32d 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 80d6009d29a216850868569710ca9010 +Signature: db288064ee19461958f1c2a47a92a7b0 UNUSED LICENSES: @@ -7735,15 +7735,11 @@ FILE: ../../../third_party/skia/src/core/SkKeyContext.cpp FILE: ../../../third_party/skia/src/core/SkKeyContext.h FILE: ../../../third_party/skia/src/core/SkKeyHelpers.cpp FILE: ../../../third_party/skia/src/core/SkKeyHelpers.h -FILE: ../../../third_party/skia/src/core/SkPaintParamsKey.cpp -FILE: ../../../third_party/skia/src/core/SkPaintParamsKey.h FILE: ../../../third_party/skia/src/core/SkPipelineData.cpp FILE: ../../../third_party/skia/src/core/SkPipelineData.h FILE: ../../../third_party/skia/src/core/SkRuntimeEffectDictionary.h FILE: ../../../third_party/skia/src/core/SkSLTypeShared.cpp FILE: ../../../third_party/skia/src/core/SkSLTypeShared.h -FILE: ../../../third_party/skia/src/core/SkShaderCodeDictionary.cpp -FILE: ../../../third_party/skia/src/core/SkShaderCodeDictionary.h FILE: ../../../third_party/skia/src/gpu/AtlasTypes.cpp FILE: ../../../third_party/skia/src/gpu/AtlasTypes.h FILE: ../../../third_party/skia/src/gpu/RefCntedCallback.h @@ -7786,6 +7782,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/ImageUtils.h FILE: ../../../third_party/skia/src/gpu/graphite/Log.h FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.cpp FILE: ../../../third_party/skia/src/gpu/graphite/PaintParams.h +FILE: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.cpp +FILE: ../../../third_party/skia/src/gpu/graphite/PaintParamsKey.h FILE: ../../../third_party/skia/src/gpu/graphite/PietRenderTask.cpp FILE: ../../../third_party/skia/src/gpu/graphite/PietRenderTask.h FILE: ../../../third_party/skia/src/gpu/graphite/Precompile.h @@ -7802,6 +7800,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/ResourceCache.cpp FILE: ../../../third_party/skia/src/gpu/graphite/ResourceCache.h FILE: ../../../third_party/skia/src/gpu/graphite/Sampler.cpp FILE: ../../../third_party/skia/src/gpu/graphite/Sampler.h +FILE: ../../../third_party/skia/src/gpu/graphite/ShaderCodeDictionary.cpp +FILE: ../../../third_party/skia/src/gpu/graphite/ShaderCodeDictionary.h FILE: ../../../third_party/skia/src/gpu/graphite/SpecialImage_Graphite.cpp FILE: ../../../third_party/skia/src/gpu/graphite/SynchronizeToCpuTask.cpp FILE: ../../../third_party/skia/src/gpu/graphite/SynchronizeToCpuTask.h