Skip to content

Commit 0176a03

Browse files
Roll Skia from 19051bc5fc90 to 2718866006d2 (33 revisions) (flutter#42864)
Roll Skia from 19051bc5fc90 to 2718866006d2 (33 revisions) https://skia.googlesource.com/skia.git/+log/19051bc5fc90..2718866006d2 2023-06-14 [email protected] Disable SwitchWithFallthrough test on Adreno GPUs. 2023-06-14 [email protected] Reland "[skottie] add functionality for get, set, and tracking image slots to SlotManager" 2023-06-14 [email protected] Swap the order of the final two gradient FPs 2023-06-14 [email protected] Extract RP code for converting interpolated to destination color space 2023-06-14 [email protected] [skif] Update morphology filters to use FilterResult 2023-06-14 [email protected] [canvaskit] Allow OffscreenCanvas to make a CPU Surface 2023-06-14 [email protected] Add WGSL support for switches that have fallthrough cases. 2023-06-14 [email protected] Add WGSL support for switches that do not have fallthrough cases. 2023-06-14 [email protected] Migrate switch top-level variables into a block. 2023-06-14 [email protected] Refine the EmbindObject type so that TypeScript can differentiate between opaque types such as Shader, ColorFilter, and so on. 2023-06-14 [email protected] [graphite] Remove deprecated YUVA constructor 2023-06-14 [email protected] Simplify parameters to drawEdgeAAImage and DrawTiledBitmap 2023-06-14 [email protected] Add WGSL support for exponential intrinsics. 2023-06-14 [email protected] Fix G3 roll 2023-06-14 [email protected] Reorganize parameters to new drawEdgeAAImage method 2023-06-14 [email protected] Move tiled image draws to operate at the Device level (take 2) 2023-06-14 [email protected] Roll vulkan-deps from 5b7ee750e5e8 to a3ea6d67d5de (3 revisions) 2023-06-14 [email protected] Refactor SkJpegXmp into SkXmp which is more generic. 2023-06-14 [email protected] Support kBGR_101010x_XR_SkColorType gather 2023-06-14 [email protected] [skif] Delete SkImageFilters::AlphaThreshold 2023-06-14 [email protected] Reland "Add unit test for nested runtime blending" 2023-06-14 [email protected] Add my chromium.org email to owners 2023-06-14 [email protected] Revert "Quad intersections for glyph underlines" 2023-06-14 [email protected] Remove duplicate paint_scale gms 2023-06-14 [email protected] Roll ANGLE from 1572f609c18e to 3a3a3c655a96 (11 revisions) 2023-06-14 [email protected] Roll Skia Infra from ecc1c77185cb to ae32157135ff (6 revisions) 2023-06-14 [email protected] Roll Dawn from bfe346b8723e to a0e679b77011 (10 revisions) 2023-06-14 [email protected] Roll vulkan-deps from f4703823888a to 5b7ee750e5e8 (5 revisions) 2023-06-14 [email protected] Roll SK Tool from 3ab2beba4131 to ae32157135ff 2023-06-14 [email protected] [skif] Remove legacy Magnifier implementation 2023-06-14 [email protected] Add WGSL support for additional intrinsics. 2023-06-13 [email protected] [pdf] Remove SK_IGNORE_PDF_DW_FIX 2023-06-13 [email protected] [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 [email protected],[email protected],[email protected],[email protected] 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 ...
1 parent 953130c commit 0176a03

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': '19051bc5fc902035be957c50a42710f9add1d8c2',
21+
'skia_revision': '2718866006d234c9b95821477ff91340e3e1b542',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/licenses_skia

Lines changed: 9 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 7f5087db435528a9774ab2bfdd915e58
1+
Signature: e59888e7edcbc14e560fed033872dd8c
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -388,7 +388,9 @@ FILE: ../../../third_party/skia/relnotes/SkPromiseImageTexture.md
388388
FILE: ../../../third_party/skia/relnotes/ddl_private.md
389389
FILE: ../../../third_party/skia/relnotes/skblenders_arithmetic_saturate.md
390390
FILE: ../../../third_party/skia/relnotes/skcolortable.md
391+
FILE: ../../../third_party/skia/relnotes/skif_legacy_magnifier.md
391392
FILE: ../../../third_party/skia/relnotes/skif_runtimeshader_sampleradius.md
393+
FILE: ../../../third_party/skia/relnotes/skimagefilters_alphathreshold_remove.md
392394
FILE: ../../../third_party/skia/relnotes/skimagefilters_image_remove.md
393395
FILE: ../../../third_party/skia/relnotes/skimagegenerator_grexternaltexturegenerator.md
394396
FILE: ../../../third_party/skia/relnotes/sksamplingoptions_implicit.md
@@ -2307,7 +2309,6 @@ ORIGIN: ../../../third_party/skia/gm/gradient_dirty_laundry.cpp + ../../../third
23072309
ORIGIN: ../../../third_party/skia/gm/gradient_matrix.cpp + ../../../third_party/skia/LICENSE
23082310
ORIGIN: ../../../third_party/skia/gm/gradients_no_texture.cpp + ../../../third_party/skia/LICENSE
23092311
ORIGIN: ../../../third_party/skia/gm/hairlines.cpp + ../../../third_party/skia/LICENSE
2310-
ORIGIN: ../../../third_party/skia/gm/imagealphathreshold.cpp + ../../../third_party/skia/LICENSE
23112312
ORIGIN: ../../../third_party/skia/gm/imagesource.cpp + ../../../third_party/skia/LICENSE
23122313
ORIGIN: ../../../third_party/skia/gm/internal_links.cpp + ../../../third_party/skia/LICENSE
23132314
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
23742375
ORIGIN: ../../../third_party/skia/src/core/SkTDynamicHash.h + ../../../third_party/skia/LICENSE
23752376
ORIGIN: ../../../third_party/skia/src/core/SkTMultiMap.h + ../../../third_party/skia/LICENSE
23762377
ORIGIN: ../../../third_party/skia/src/core/SkValidationUtils.h + ../../../third_party/skia/LICENSE
2377-
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkAlphaThresholdImageFilter.cpp + ../../../third_party/skia/LICENSE
23782378
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp + ../../../third_party/skia/LICENSE
23792379
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapImageFilter.cpp + ../../../third_party/skia/LICENSE
23802380
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
24492449
FILE: ../../../third_party/skia/gm/gradient_matrix.cpp
24502450
FILE: ../../../third_party/skia/gm/gradients_no_texture.cpp
24512451
FILE: ../../../third_party/skia/gm/hairlines.cpp
2452-
FILE: ../../../third_party/skia/gm/imagealphathreshold.cpp
24532452
FILE: ../../../third_party/skia/gm/imagesource.cpp
24542453
FILE: ../../../third_party/skia/gm/internal_links.cpp
24552454
FILE: ../../../third_party/skia/gm/inversepaths.cpp
@@ -2516,7 +2515,6 @@ FILE: ../../../third_party/skia/src/core/SkStringUtils.h
25162515
FILE: ../../../third_party/skia/src/core/SkTDynamicHash.h
25172516
FILE: ../../../third_party/skia/src/core/SkTMultiMap.h
25182517
FILE: ../../../third_party/skia/src/core/SkValidationUtils.h
2519-
FILE: ../../../third_party/skia/src/effects/imagefilters/SkAlphaThresholdImageFilter.cpp
25202518
FILE: ../../../third_party/skia/src/effects/imagefilters/SkComposeImageFilter.cpp
25212519
FILE: ../../../third_party/skia/src/effects/imagefilters/SkDisplacementMapImageFilter.cpp
25222520
FILE: ../../../third_party/skia/src/effects/imagefilters/SkDropShadowImageFilter.cpp
@@ -8796,6 +8794,7 @@ ORIGIN: ../../../third_party/skia/include/ports/SkTypeface_fontations.h + ../../
87968794
ORIGIN: ../../../third_party/skia/include/private/SkGainmapInfo.h + ../../../third_party/skia/LICENSE
87978795
ORIGIN: ../../../third_party/skia/include/private/SkGainmapShader.h + ../../../third_party/skia/LICENSE
87988796
ORIGIN: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h + ../../../third_party/skia/LICENSE
8797+
ORIGIN: ../../../third_party/skia/include/private/SkXmp.h + ../../../third_party/skia/LICENSE
87998798
ORIGIN: ../../../third_party/skia/modules/skottie/include/SlotManager.h + ../../../third_party/skia/LICENSE
88008799
ORIGIN: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp + ../../../third_party/skia/LICENSE
88018800
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
88088807
ORIGIN: ../../../third_party/skia/src/codec/SkJpegSourceMgr.h + ../../../third_party/skia/LICENSE
88098808
ORIGIN: ../../../third_party/skia/src/codec/SkJpegXmp.cpp + ../../../third_party/skia/LICENSE
88108809
ORIGIN: ../../../third_party/skia/src/codec/SkJpegXmp.h + ../../../third_party/skia/LICENSE
8810+
ORIGIN: ../../../third_party/skia/src/codec/SkXmp.cpp + ../../../third_party/skia/LICENSE
88118811
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineContextUtils.h + ../../../third_party/skia/LICENSE
88128812
ORIGIN: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h + ../../../third_party/skia/LICENSE
88138813
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
88318831
FILE: ../../../third_party/skia/include/private/SkGainmapInfo.h
88328832
FILE: ../../../third_party/skia/include/private/SkGainmapShader.h
88338833
FILE: ../../../third_party/skia/include/private/SkJpegGainmapEncoder.h
8834+
FILE: ../../../third_party/skia/include/private/SkXmp.h
88348835
FILE: ../../../third_party/skia/modules/skottie/include/SlotManager.h
88358836
FILE: ../../../third_party/skia/modules/skottie/src/SlotManager.cpp
88368837
FILE: ../../../third_party/skia/modules/skunicode/src/SkUnicode_icu_bidi.h
@@ -8843,6 +8844,7 @@ FILE: ../../../third_party/skia/src/codec/SkJpegSourceMgr.cpp
88438844
FILE: ../../../third_party/skia/src/codec/SkJpegSourceMgr.h
88448845
FILE: ../../../third_party/skia/src/codec/SkJpegXmp.cpp
88458846
FILE: ../../../third_party/skia/src/codec/SkJpegXmp.h
8847+
FILE: ../../../third_party/skia/src/codec/SkXmp.cpp
88468848
FILE: ../../../third_party/skia/src/core/SkRasterPipelineContextUtils.h
88478849
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpContexts.h
88488850
FILE: ../../../third_party/skia/src/core/SkRasterPipelineOpList.h
@@ -9068,6 +9070,7 @@ ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLReturnsInputAlpha.cpp +
90689070
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.cpp + ../../../third_party/skia/LICENSE
90699071
ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp + ../../../third_party/skia/LICENSE
90709072
ORIGIN: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.h + ../../../third_party/skia/LICENSE
9073+
ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp + ../../../third_party/skia/LICENSE
90719074
ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp + ../../../third_party/skia/LICENSE
90729075
ORIGIN: ../../../third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go + ../../../third_party/skia/LICENSE
90739076
TYPE: LicenseType.bsd
@@ -9248,6 +9251,7 @@ FILE: ../../../third_party/skia/src/sksl/analysis/SkSLReturnsInputAlpha.cpp
92489251
FILE: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.cpp
92499252
FILE: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.cpp
92509253
FILE: ../../../third_party/skia/src/sksl/tracing/SkSLTraceHook.h
9254+
FILE: ../../../third_party/skia/src/sksl/transform/SkSLHoistSwitchVarDeclarationsAtTopLevel.cpp
92519255
FILE: ../../../third_party/skia/src/sksl/transform/SkSLRewriteIndexedSwizzle.cpp
92529256
FILE: ../../../third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go
92539257
----------------------------------------------------------------------------------------------------

0 commit comments

Comments
 (0)