mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 05039d6ed8d8 to 8c8be76a62c0 (3 revisions) (flutter/engine#49638)
https://skia.googlesource.com/skia.git/+log/05039d6ed8d8..8c8be76a62c0 2024-01-09 robertphillips@google.com Reland "[graphite] Add Graphite version of WrapAndroidHardwareBuffer" 2024-01-09 robertphillips@google.com Have SkMipmap::Build return nullptr on mipmap allocation failure 2024-01-09 brianosman@google.com Allow overriding raster pipeline's CPU level via #define 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 armansito@google.com,bdero@google.com,brianosman@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://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
This commit is contained in:
parent
96ff752fd7
commit
7e5be21b65
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': '05039d6ed8d8535595f84c2969a0d84092b918d8',
|
||||
'skia_revision': '8c8be76a62c0bc10d31135a33118169c9b8bf43d',
|
||||
|
||||
# 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: 9ff275646c6b0da4ab48d507f6aeb1d8
|
||||
Signature: 07d6b226e7348ef58d37463aa136ffb3
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -8754,6 +8754,7 @@ ORIGIN: ../../../flutter/third_party/skia/include/android/SkCanvasAndroid.h + ..
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/android/SkHeifDecoder.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/android/SkImageAndroid.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/android/SkSurfaceAndroid.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/android/graphite/SurfaceAndroid.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/codec/SkAvifDecoder.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/codec/SkBmpDecoder.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/codec/SkGifDecoder.h + ../../../flutter/third_party/skia/LICENSE
|
||||
@ -8962,6 +8963,7 @@ ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/CoverageMaskRe
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/GraphiteVertexFiller.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/surface/Surface_AndroidFactories.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
@ -9043,6 +9045,7 @@ FILE: ../../../flutter/third_party/skia/include/android/SkCanvasAndroid.h
|
||||
FILE: ../../../flutter/third_party/skia/include/android/SkHeifDecoder.h
|
||||
FILE: ../../../flutter/third_party/skia/include/android/SkImageAndroid.h
|
||||
FILE: ../../../flutter/third_party/skia/include/android/SkSurfaceAndroid.h
|
||||
FILE: ../../../flutter/third_party/skia/include/android/graphite/SurfaceAndroid.h
|
||||
FILE: ../../../flutter/third_party/skia/include/codec/SkAvifDecoder.h
|
||||
FILE: ../../../flutter/third_party/skia/include/codec/SkBmpDecoder.h
|
||||
FILE: ../../../flutter/third_party/skia/include/codec/SkGifDecoder.h
|
||||
@ -9251,6 +9254,7 @@ FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/CoverageMaskRend
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/GraphiteVertexFiller.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/render/PerEdgeAAQuadRenderStep.h
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/surface/Surface_AndroidFactories.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user