Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit c186df6

Browse files
Roll Skia from 69d0aa065992 to e648bf802cd2 (11 revisions) (#42323)
https://skia.googlesource.com/skia.git/+log/69d0aa065992..e648bf802cd2 2023-05-25 [email protected] Improve units tests a little bit 2023-05-25 [email protected] Fix DMSAA RRectOp bug with skew matrices 2023-05-25 [email protected] [graphite] Move tiled image drawing utilities to their own file(s) 2023-05-25 [email protected] [Fontations] Don't assert scaler understands all outlines 2023-05-25 [email protected] Remove all ARM CPU feature detection 2023-05-25 [email protected] [graphite] Create & bind descriptor sets in VulkanCommandBuffer 2023-05-25 [email protected] [graphite] Add begin/endRenderPass for Vulkan backend. 2023-05-25 [email protected] Remove Ganesh code from SkBlenderBase and SkBlendModeBlender 2023-05-25 [email protected] [graphite] Patch up some Vulkan shader issues 2023-05-25 [email protected] [skif] Simplify new input/output bounds recursion 2023-05-25 [email protected] [skif] FilterResult::Builder can bind FilterResults to sksl shaders 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 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
1 parent 8ddd6da commit c186df6

File tree

2 files changed

+12
-4
lines changed

2 files changed

+12
-4
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': '69d0aa0659929cb870a04b7768cfeeb2138c5192',
21+
'skia_revision': 'e648bf802cd2f5c016a07e29c92f61084e01b2d7',
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: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 5fdd5acf3db9b9136da6b31a3ade0943
1+
Signature: db215fb9d6e7c1155bec9ea28e612dec
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -6125,6 +6125,7 @@ ORIGIN: ../../../third_party/skia/modules/skresources/src/SkResources.cpp + ../.
61256125
ORIGIN: ../../../third_party/skia/src/core/SkImageFilterTypes.cpp + ../../../third_party/skia/LICENSE
61266126
ORIGIN: ../../../third_party/skia/src/core/SkImageFilterTypes.h + ../../../third_party/skia/LICENSE
61276127
ORIGIN: ../../../third_party/skia/src/core/SkImageFilter_Base.h + ../../../third_party/skia/LICENSE
6128+
ORIGIN: ../../../third_party/skia/src/core/SkRuntimeBlender.cpp + ../../../third_party/skia/LICENSE
61286129
ORIGIN: ../../../third_party/skia/src/core/SkRuntimeEffect.cpp + ../../../third_party/skia/LICENSE
61296130
ORIGIN: ../../../third_party/skia/src/core/SkVM.cpp + ../../../third_party/skia/LICENSE
61306131
ORIGIN: ../../../third_party/skia/src/core/SkVM.h + ../../../third_party/skia/LICENSE
@@ -6185,6 +6186,7 @@ FILE: ../../../third_party/skia/modules/skresources/src/SkResources.cpp
61856186
FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.cpp
61866187
FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.h
61876188
FILE: ../../../third_party/skia/src/core/SkImageFilter_Base.h
6189+
FILE: ../../../third_party/skia/src/core/SkRuntimeBlender.cpp
61886190
FILE: ../../../third_party/skia/src/core/SkRuntimeEffect.cpp
61896191
FILE: ../../../third_party/skia/src/core/SkVM.cpp
61906192
FILE: ../../../third_party/skia/src/core/SkVM.h
@@ -7522,7 +7524,6 @@ ORIGIN: ../../../third_party/skia/src/effects/SkBlenders.cpp + ../../../third_pa
75227524
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp + ../../../third_party/skia/LICENSE
75237525
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.h + ../../../third_party/skia/LICENSE
75247526
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.cpp + ../../../third_party/skia/LICENSE
7525-
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.h + ../../../third_party/skia/LICENSE
75267527
ORIGIN: ../../../third_party/skia/src/gpu/KeyBuilder.h + ../../../third_party/skia/LICENSE
75277528
ORIGIN: ../../../third_party/skia/src/gpu/ResourceKey.cpp + ../../../third_party/skia/LICENSE
75287529
ORIGIN: ../../../third_party/skia/src/gpu/ShaderErrorHandler.cpp + ../../../third_party/skia/LICENSE
@@ -7745,7 +7746,6 @@ FILE: ../../../third_party/skia/src/effects/SkBlenders.cpp
77457746
FILE: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp
77467747
FILE: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.h
77477748
FILE: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.cpp
7748-
FILE: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.h
77497749
FILE: ../../../third_party/skia/src/gpu/KeyBuilder.h
77507750
FILE: ../../../third_party/skia/src/gpu/ResourceKey.cpp
77517751
FILE: ../../../third_party/skia/src/gpu/ShaderErrorHandler.cpp
@@ -8901,6 +8901,7 @@ ORIGIN: ../../../third_party/skia/fuzz/FuzzQuadRoots.cpp + ../../../third_party/
89018901
ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp + ../../../third_party/skia/LICENSE
89028902
ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp + ../../../third_party/skia/LICENSE
89038903
ORIGIN: ../../../third_party/skia/gm/graphite_replay.cpp + ../../../third_party/skia/LICENSE
8904+
ORIGIN: ../../../third_party/skia/gm/scaledrects.cpp + ../../../third_party/skia/LICENSE
89048905
ORIGIN: ../../../third_party/skia/include/android/SkHeifDecoder.h + ../../../third_party/skia/LICENSE
89058906
ORIGIN: ../../../third_party/skia/include/android/SkImageAndroid.h + ../../../third_party/skia/LICENSE
89068907
ORIGIN: ../../../third_party/skia/include/android/SkSurfaceAndroid.h + ../../../third_party/skia/LICENSE
@@ -8949,6 +8950,7 @@ ORIGIN: ../../../third_party/skia/src/core/SkMipmapBuilder.cpp + ../../../third_
89498950
ORIGIN: ../../../third_party/skia/src/core/SkPixmapDraw.cpp + ../../../third_party/skia/LICENSE
89508951
ORIGIN: ../../../third_party/skia/src/core/SkRSXform.cpp + ../../../third_party/skia/LICENSE
89518952
ORIGIN: ../../../third_party/skia/src/core/SkReadPixelsRec.cpp + ../../../third_party/skia/LICENSE
8953+
ORIGIN: ../../../third_party/skia/src/core/SkRuntimeBlender.h + ../../../third_party/skia/LICENSE
89528954
ORIGIN: ../../../third_party/skia/src/core/SkScan_SAAPath.cpp + ../../../third_party/skia/LICENSE
89538955
ORIGIN: ../../../third_party/skia/src/core/SkWritePixelsRec.cpp + ../../../third_party/skia/LICENSE
89548956
ORIGIN: ../../../third_party/skia/src/effects/SkShaderMaskFilterImpl.h + ../../../third_party/skia/LICENSE
@@ -8962,6 +8964,8 @@ ORIGIN: ../../../third_party/skia/src/gpu/BlendFormula.h + ../../../third_party/
89628964
ORIGIN: ../../../third_party/skia/src/gpu/DitherUtils.cpp + ../../../third_party/skia/LICENSE
89638965
ORIGIN: ../../../third_party/skia/src/gpu/DitherUtils.h + ../../../third_party/skia/LICENSE
89648966
ORIGIN: ../../../third_party/skia/src/gpu/GpuTypesPriv.h + ../../../third_party/skia/LICENSE
8967+
ORIGIN: ../../../third_party/skia/src/gpu/TiledTextureUtils.cpp + ../../../third_party/skia/LICENSE
8968+
ORIGIN: ../../../third_party/skia/src/gpu/TiledTextureUtils.h + ../../../third_party/skia/LICENSE
89658969
ORIGIN: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h + ../../../third_party/skia/LICENSE
89668970
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.cpp + ../../../third_party/skia/LICENSE
89678971
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.h + ../../../third_party/skia/LICENSE
@@ -9034,6 +9038,7 @@ FILE: ../../../third_party/skia/fuzz/FuzzQuadRoots.cpp
90349038
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp
90359039
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp
90369040
FILE: ../../../third_party/skia/gm/graphite_replay.cpp
9041+
FILE: ../../../third_party/skia/gm/scaledrects.cpp
90379042
FILE: ../../../third_party/skia/include/android/SkHeifDecoder.h
90389043
FILE: ../../../third_party/skia/include/android/SkImageAndroid.h
90399044
FILE: ../../../third_party/skia/include/android/SkSurfaceAndroid.h
@@ -9082,6 +9087,7 @@ FILE: ../../../third_party/skia/src/core/SkMipmapBuilder.cpp
90829087
FILE: ../../../third_party/skia/src/core/SkPixmapDraw.cpp
90839088
FILE: ../../../third_party/skia/src/core/SkRSXform.cpp
90849089
FILE: ../../../third_party/skia/src/core/SkReadPixelsRec.cpp
9090+
FILE: ../../../third_party/skia/src/core/SkRuntimeBlender.h
90859091
FILE: ../../../third_party/skia/src/core/SkScan_SAAPath.cpp
90869092
FILE: ../../../third_party/skia/src/core/SkWritePixelsRec.cpp
90879093
FILE: ../../../third_party/skia/src/effects/SkShaderMaskFilterImpl.h
@@ -9095,6 +9101,8 @@ FILE: ../../../third_party/skia/src/gpu/BlendFormula.h
90959101
FILE: ../../../third_party/skia/src/gpu/DitherUtils.cpp
90969102
FILE: ../../../third_party/skia/src/gpu/DitherUtils.h
90979103
FILE: ../../../third_party/skia/src/gpu/GpuTypesPriv.h
9104+
FILE: ../../../third_party/skia/src/gpu/TiledTextureUtils.cpp
9105+
FILE: ../../../third_party/skia/src/gpu/TiledTextureUtils.h
90989106
FILE: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h
90999107
FILE: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.cpp
91009108
FILE: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.h

0 commit comments

Comments
 (0)