From 0e2e3628ea0d7d4f68770e41ffda204947253ad7 Mon Sep 17 00:00:00 2001 From: skia-flutter-autoroll Date: Thu, 15 Jun 2023 01:09:52 +0000 Subject: [PATCH] Roll Skia from 19051bc5fc90 to 2718866006d2 (33 revisions) https://skia.googlesource.com/skia.git/+log/19051bc5fc90..2718866006d2 2023-06-14 johnstiles@google.com Disable SwitchWithFallthrough test on Adreno GPUs. 2023-06-14 jmbetancourt@google.com Reland "[skottie] add functionality for get, set, and tracking image slots to SlotManager" 2023-06-14 brianosman@google.com Swap the order of the final two gradient FPs 2023-06-14 brianosman@google.com Extract RP code for converting interpolated to destination color space 2023-06-14 michaelludwig@google.com [skif] Update morphology filters to use FilterResult 2023-06-14 het@google.com [canvaskit] Allow OffscreenCanvas to make a CPU Surface 2023-06-14 johnstiles@google.com Add WGSL support for switches that have fallthrough cases. 2023-06-14 johnstiles@google.com Add WGSL support for switches that do not have fallthrough cases. 2023-06-14 johnstiles@google.com Migrate switch top-level variables into a block. 2023-06-14 wcandillon@gmail.com Refine the EmbindObject type so that TypeScript can differentiate between opaque types such as Shader, ColorFilter, and so on. 2023-06-14 jvanverth@google.com [graphite] Remove deprecated YUVA constructor 2023-06-14 robertphillips@google.com Simplify parameters to drawEdgeAAImage and DrawTiledBitmap 2023-06-14 johnstiles@google.com Add WGSL support for exponential intrinsics. 2023-06-14 kjlubick@google.com Fix G3 roll 2023-06-14 robertphillips@google.com Reorganize parameters to new drawEdgeAAImage method 2023-06-14 robertphillips@google.com Move tiled image draws to operate at the Device level (take 2) 2023-06-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 5b7ee750e5e8 to a3ea6d67d5de (3 revisions) 2023-06-14 maryla@google.com Refactor SkJpegXmp into SkXmp which is more generic. 2023-06-14 dnfield@google.com Support kBGR_101010x_XR_SkColorType gather 2023-06-14 michaelludwig@google.com [skif] Delete SkImageFilters::AlphaThreshold 2023-06-14 jamesgk@google.com Reland "Add unit test for nested runtime blending" 2023-06-14 fmalita@chromium.org Add my chromium.org email to owners 2023-06-14 herb@google.com Revert "Quad intersections for glyph underlines" 2023-06-14 bungeman@google.com Remove duplicate paint_scale gms 2023-06-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll ANGLE from 1572f609c18e to 3a3a3c655a96 (11 revisions) 2023-06-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Skia Infra from ecc1c77185cb to ae32157135ff (6 revisions) 2023-06-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll Dawn from bfe346b8723e to a0e679b77011 (10 revisions) 2023-06-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from f4703823888a to 5b7ee750e5e8 (5 revisions) 2023-06-14 skia-autoroll@skia-public.iam.gserviceaccount.com Roll SK Tool from 3ab2beba4131 to ae32157135ff 2023-06-14 michaelludwig@google.com [skif] Remove legacy Magnifier implementation 2023-06-14 johnstiles@google.com Add WGSL support for additional intrinsics. 2023-06-13 bungeman@google.com [pdf] Remove SK_IGNORE_PDF_DW_FIX 2023-06-13 apli@google.com [sksl] Fix alphabetic ordering of compute shader texture intrinsics 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 brianosman@google.com,chinmaygarde@google.com,herb@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 | 14 +++++++++----- 2 files changed, 10 insertions(+), 6 deletions(-) diff --git a/DEPS b/DEPS index 855e78414e3e8..57eb1269850fa 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': '19051bc5fc902035be957c50a42710f9add1d8c2', + 'skia_revision': '2718866006d234c9b95821477ff91340e3e1b542', # 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 3828da0637cc2..f7877d0d4fe76 100644 --- a/ci/licenses_golden/licenses_skia +++ b/ci/licenses_golden/licenses_skia @@ -1,4 +1,4 @@ -Signature: 7f5087db435528a9774ab2bfdd915e58 +Signature: e59888e7edcbc14e560fed033872dd8c ==================================================================================================== LIBRARY: etc1 @@ -388,7 +388,9 @@ FILE: ../../../third_party/skia/relnotes/SkPromiseImageTexture.md FILE: ../../../third_party/skia/relnotes/ddl_private.md FILE: ../../../third_party/skia/relnotes/skblenders_arithmetic_saturate.md FILE: ../../../third_party/skia/relnotes/skcolortable.md +FILE: ../../../third_party/skia/relnotes/skif_legacy_magnifier.md FILE: ../../../third_party/skia/relnotes/skif_runtimeshader_sampleradius.md +FILE: ../../../third_party/skia/relnotes/skimagefilters_alphathreshold_remove.md FILE: ../../../third_party/skia/relnotes/skimagefilters_image_remove.md FILE: ../../../third_party/skia/relnotes/skimagegenerator_grexternaltexturegenerator.md FILE: ../../../third_party/skia/relnotes/sksamplingoptions_implicit.md @@ -2307,7 +2309,6 @@ ORIGIN: ../../../third_party/skia/gm/gradient_dirty_laundry.cpp + ../../../third ORIGIN: ../../../third_party/skia/gm/gradient_matrix.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/gm/gradients_no_texture.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/gm/hairlines.cpp + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/gm/imagealphathreshold.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/gm/imagesource.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/gm/internal_links.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/gm/inversepaths.cpp + ../../../third_party/skia/LICENSE @@ -2374,7 +2375,6 @@ ORIGIN: ../../../third_party/skia/src/core/SkStringUtils.h + ../../../third_part ORIGIN: ../../../third_party/skia/src/core/SkTDynamicHash.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/core/SkTMultiMap.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/core/SkValidationUtils.h + ../../../third_party/skia/LICENSE -ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkAlphaThresholdImageFilter.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapImageFilter.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp + ../../../third_party/skia/LICENSE @@ -2449,7 +2449,6 @@ FILE: ../../../third_party/skia/gm/gradient_dirty_laundry.cpp FILE: ../../../third_party/skia/gm/gradient_matrix.cpp FILE: ../../../third_party/skia/gm/gradients_no_texture.cpp FILE: ../../../third_party/skia/gm/hairlines.cpp -FILE: ../../../third_party/skia/gm/imagealphathreshold.cpp FILE: ../../../third_party/skia/gm/imagesource.cpp FILE: ../../../third_party/skia/gm/internal_links.cpp FILE: ../../../third_party/skia/gm/inversepaths.cpp @@ -2516,7 +2515,6 @@ FILE: ../../../third_party/skia/src/core/SkStringUtils.h FILE: ../../../third_party/skia/src/core/SkTDynamicHash.h FILE: ../../../third_party/skia/src/core/SkTMultiMap.h FILE: ../../../third_party/skia/src/core/SkValidationUtils.h -FILE: ../../../third_party/skia/src/effects/imagefilters/SkAlphaThresholdImageFilter.cpp FILE: ../../../third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp FILE: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapImageFilter.cpp FILE: ../../../third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp @@ -8796,6 +8794,7 @@ ORIGIN: ../../../third_party/skia/include/ports/SkTypeface_fontations.h + ../../ ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/include/private/SkGainmapShader.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../third_party/skia/include/private/SkXmp.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/modules/skottie/include/SlotManager.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h + ../../../third_party/skia/LICENSE @@ -8808,6 +8807,7 @@ ORIGIN: ../../../third_party/skia/src/codec/SkJpegSourceMgr.cpp + ../../../third ORIGIN: ../../../third_party/skia/src/codec/SkJpegSourceMgr.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/codec/SkJpegXmp.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/codec/SkJpegXmp.h + ../../../third_party/skia/LICENSE +ORIGIN: ../../../third_party/skia/src/codec/SkXmp.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineContextUtils.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h + ../../../third_party/skia/LICENSE @@ -8831,6 +8831,7 @@ FILE: ../../../third_party/skia/include/ports/SkTypeface_fontations.h FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h FILE: ../../../third_party/skia/include/private/SkGainmapShader.h FILE: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h +FILE: ../../../third_party/skia/include/private/SkXmp.h FILE: ../../../third_party/skia/modules/skottie/include/SlotManager.h FILE: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h @@ -8843,6 +8844,7 @@ FILE: ../../../third_party/skia/src/codec/SkJpegSourceMgr.cpp FILE: ../../../third_party/skia/src/codec/SkJpegSourceMgr.h FILE: ../../../third_party/skia/src/codec/SkJpegXmp.cpp FILE: ../../../third_party/skia/src/codec/SkJpegXmp.h +FILE: ../../../third_party/skia/src/codec/SkXmp.cpp FILE: ../../../third_party/skia/src/core/SkRasterPipelineContextUtils.h FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h @@ -9068,6 +9070,7 @@ ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLReturnsInputAlpha.cpp + 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/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp + ../../../third_party/skia/LICENSE ORIGIN: ../../../third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go + ../../../third_party/skia/LICENSE TYPE: LicenseType.bsd @@ -9248,6 +9251,7 @@ 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/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp FILE: ../../../third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp FILE: ../../../third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go ----------------------------------------------------------------------------------------------------