mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 69d0aa065992 to e648bf802cd2 (11 revisions) (flutter/engine#42323)
https://skia.googlesource.com/skia.git/+log/69d0aa065992..e648bf802cd2 2023-05-25 robertphillips@google.com Improve units tests a little bit 2023-05-25 robertphillips@google.com Fix DMSAA RRectOp bug with skew matrices 2023-05-25 robertphillips@google.com [graphite] Move tiled image drawing utilities to their own file(s) 2023-05-25 drott@chromium.org [Fontations] Don't assert scaler understands all outlines 2023-05-25 brianosman@google.com Remove all ARM CPU feature detection 2023-05-25 nicolettep@google.com [graphite] Create & bind descriptor sets in VulkanCommandBuffer 2023-05-25 jvanverth@google.com [graphite] Add begin/endRenderPass for Vulkan backend. 2023-05-25 kjlubick@google.com Remove Ganesh code from SkBlenderBase and SkBlendModeBlender 2023-05-25 jvanverth@google.com [graphite] Patch up some Vulkan shader issues 2023-05-25 michaelludwig@google.com [skif] Simplify new input/output bounds recursion 2023-05-25 michaelludwig@google.com [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 bdero@google.com,brianosman@google.com,rmistry@google.com,scroggo@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
This commit is contained in:
parent
aa7b3fcf98
commit
96c5092177
2
DEPS
2
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': '69d0aa0659929cb870a04b7768cfeeb2138c5192',
|
||||
'skia_revision': 'e648bf802cd2f5c016a07e29c92f61084e01b2d7',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 5fdd5acf3db9b9136da6b31a3ade0943
|
||||
Signature: db215fb9d6e7c1155bec9ea28e612dec
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -6125,6 +6125,7 @@ ORIGIN: ../../../third_party/skia/modules/skresources/src/SkResources.cpp + ../.
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkImageFilterTypes.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkImageFilterTypes.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkImageFilter_Base.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkRuntimeBlender.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkRuntimeEffect.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkVM.cpp + ../../../third_party/skia/LICENSE
|
||||
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
|
||||
FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkImageFilterTypes.h
|
||||
FILE: ../../../third_party/skia/src/core/SkImageFilter_Base.h
|
||||
FILE: ../../../third_party/skia/src/core/SkRuntimeBlender.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkRuntimeEffect.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkVM.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkVM.h
|
||||
@ -7522,7 +7524,6 @@ ORIGIN: ../../../third_party/skia/src/effects/SkBlenders.cpp + ../../../third_pa
|
||||
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/KeyBuilder.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/ResourceKey.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/ShaderErrorHandler.cpp + ../../../third_party/skia/LICENSE
|
||||
@ -7745,7 +7746,6 @@ FILE: ../../../third_party/skia/src/effects/SkBlenders.cpp
|
||||
FILE: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.cpp
|
||||
FILE: ../../../third_party/skia/src/effects/imagefilters/SkCropImageFilter.h
|
||||
FILE: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.cpp
|
||||
FILE: ../../../third_party/skia/src/effects/imagefilters/SkRuntimeImageFilter.h
|
||||
FILE: ../../../third_party/skia/src/gpu/KeyBuilder.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ResourceKey.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ShaderErrorHandler.cpp
|
||||
@ -8901,6 +8901,7 @@ ORIGIN: ../../../third_party/skia/fuzz/FuzzQuadRoots.cpp + ../../../third_party/
|
||||
ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/graphite_replay.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/gm/scaledrects.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/android/SkHeifDecoder.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/android/SkImageAndroid.h + ../../../third_party/skia/LICENSE
|
||||
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_
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkPixmapDraw.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkRSXform.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkReadPixelsRec.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkRuntimeBlender.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkScan_SAAPath.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkWritePixelsRec.cpp + ../../../third_party/skia/LICENSE
|
||||
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/
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/DitherUtils.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/DitherUtils.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/GpuTypesPriv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/TiledTextureUtils.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/TiledTextureUtils.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.h + ../../../third_party/skia/LICENSE
|
||||
@ -9034,6 +9038,7 @@ FILE: ../../../third_party/skia/fuzz/FuzzQuadRoots.cpp
|
||||
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCubicRoots.cpp
|
||||
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzQuadRoots.cpp
|
||||
FILE: ../../../third_party/skia/gm/graphite_replay.cpp
|
||||
FILE: ../../../third_party/skia/gm/scaledrects.cpp
|
||||
FILE: ../../../third_party/skia/include/android/SkHeifDecoder.h
|
||||
FILE: ../../../third_party/skia/include/android/SkImageAndroid.h
|
||||
FILE: ../../../third_party/skia/include/android/SkSurfaceAndroid.h
|
||||
@ -9082,6 +9087,7 @@ FILE: ../../../third_party/skia/src/core/SkMipmapBuilder.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkPixmapDraw.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkRSXform.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkReadPixelsRec.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkRuntimeBlender.h
|
||||
FILE: ../../../third_party/skia/src/core/SkScan_SAAPath.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkWritePixelsRec.cpp
|
||||
FILE: ../../../third_party/skia/src/effects/SkShaderMaskFilterImpl.h
|
||||
@ -9095,6 +9101,8 @@ FILE: ../../../third_party/skia/src/gpu/BlendFormula.h
|
||||
FILE: ../../../third_party/skia/src/gpu/DitherUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/DitherUtils.h
|
||||
FILE: ../../../third_party/skia/src/gpu/GpuTypesPriv.h
|
||||
FILE: ../../../third_party/skia/src/gpu/TiledTextureUtils.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/TiledTextureUtils.h
|
||||
FILE: ../../../third_party/skia/src/gpu/dawn/DawnUtilsPriv.h
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.cpp
|
||||
FILE: ../../../third_party/skia/src/gpu/ganesh/GrFragmentProcessors.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user