From 4b1446d13e9db21abbce9395e3c7edec1c6ebe38 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Mon, 14 Nov 2022 21:13:26 +0000 Subject: [PATCH] Roll Skia from a434f9b69660 to 33c62dafffc9 (9 revisions) https://skia.googlesource.com/skia.git/+log/a434f9b69660..33c62dafffc9 2022-11-14 johnstiles@google.com [experiment] Replace ball of void* with SkRasterPipelineStage struct. 2022-11-14 johnstiles@google.com Add SkOpts::raster_pipeline_highp|lowp_stride. 2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from 9f31a3bcc069 to 44d375050861 (1 revision) 2022-11-14 robertphillips@google.com [graphite] Make PipelineData Graphite-only 2022-11-14 herb@google.com Rename fCount->fSize, fAllocCount->fCapacity, fItemArray->fData 2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from c48dbf0bb02a to 9f31a3bcc069 (1 revision) 2022-11-14 johnstiles@google.com Replace Program_GetFunction with SkSL::Program::getFunction. 2022-11-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from c7eaa2978786 to c48dbf0bb02a (1 revision) 2022-11-14 egdaniel@google.com Add support for kRectangle textureType as a DstProxy. 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 | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/DEPS b/DEPS index e85fb68bb1a4b..ce62ea1a9cd49 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': 'a434f9b696605c0ff601c47a72951002bf7d93d2', + 'skia_revision': '33c62dafffc9610789890738e7b3a1c7df9cd733', # 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 9e4123924c32d..adafe71cd993c 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: db288064ee19461958f1c2a47a92a7b0 +Signature: 0230356593f7a51fa41de7be3b63dff1 UNUSED LICENSES: @@ -7735,8 +7735,6 @@ 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/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 @@ -7786,6 +7784,8 @@ 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/PipelineData.cpp +FILE: ../../../third_party/skia/src/gpu/graphite/PipelineData.h FILE: ../../../third_party/skia/src/gpu/graphite/Precompile.h FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.cpp FILE: ../../../third_party/skia/src/gpu/graphite/QueueManager.h