mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from d7f79d7183cd to 1f74f67959f2 (3 revisions) (flutter/engine#52223)
https://skia.googlesource.com/skia.git/+log/d7f79d7183cd..1f74f67959f2 2024-04-18 kjlubick@google.com Add public interface to create iOS GrGLInterface 2024-04-18 kjlubick@google.com Add public interface to create Mac GrGLInterface 2024-04-18 kjlubick@google.com Remove shim GrBackendDrawableInfo.h 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,jsimmons@google.com,michaelludwig@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
1cc5cedd4e
commit
9daf77caa9
2
DEPS
2
DEPS
@ -14,7 +14,7 @@ vars = {
|
||||
'flutter_git': 'https://flutter.googlesource.com',
|
||||
'skia_git': 'https://skia.googlesource.com',
|
||||
'llvm_git': 'https://llvm.googlesource.com',
|
||||
'skia_revision': 'd7f79d7183cdc523e79aaac9a6b2a3da11954631',
|
||||
'skia_revision': '1f74f67959f207f0f8a3b29c2f8258f3881fef10',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -2644,6 +2644,11 @@
|
||||
../../../flutter/third_party/skia/include/gpu/d3d/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/ganesh/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/ganesh/gl/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/ganesh/gl/egl/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/ganesh/gl/epoxy/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/ganesh/gl/glx/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/ganesh/gl/ios/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/ganesh/gl/mac/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/ganesh/mtl/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/ganesh/vk/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/gl/BUILD.bazel
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 5dc69cf578a7e64445c13daad26c765c
|
||||
Signature: 6847c3331723bc7b0ac1e7b44c4db31b
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -397,6 +397,9 @@ FILE: ../../../flutter/third_party/skia/modules/pathkit/perf/pathops.bench.js
|
||||
FILE: ../../../flutter/third_party/skia/modules/pathkit/perf/perfReporter.js
|
||||
FILE: ../../../flutter/third_party/skia/modules/skparagraph/test.html
|
||||
FILE: ../../../flutter/third_party/skia/package-lock.json
|
||||
FILE: ../../../flutter/third_party/skia/relnotes/ios_gl.md
|
||||
FILE: ../../../flutter/third_party/skia/relnotes/mac_gl.md
|
||||
FILE: ../../../flutter/third_party/skia/relnotes/moved_interfaces.md
|
||||
FILE: ../../../flutter/third_party/skia/src/gpu/gpu_workaround_list.txt
|
||||
FILE: ../../../flutter/third_party/skia/src/ports/fontations/Cargo.toml
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/generated/sksl_compute.minified.sksl
|
||||
@ -4990,7 +4993,6 @@ ORIGIN: ../../../flutter/third_party/skia/include/core/SkFontTypes.h + ../../../
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/core/SkSpan.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/effects/SkShaderMaskFilter.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/effects/SkTrimPathEffect.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrBackendDrawableInfo.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/GrDriverBugWorkarounds.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/vk/GrBackendDrawableInfo.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/vk/GrVkMemoryAllocator.h + ../../../flutter/third_party/skia/LICENSE
|
||||
@ -5205,7 +5207,6 @@ FILE: ../../../flutter/third_party/skia/include/core/SkFontTypes.h
|
||||
FILE: ../../../flutter/third_party/skia/include/core/SkSpan.h
|
||||
FILE: ../../../flutter/third_party/skia/include/effects/SkShaderMaskFilter.h
|
||||
FILE: ../../../flutter/third_party/skia/include/effects/SkTrimPathEffect.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/GrBackendDrawableInfo.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/GrDriverBugWorkarounds.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/vk/GrBackendDrawableInfo.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/vk/GrVkMemoryAllocator.h
|
||||
@ -7293,6 +7294,8 @@ ORIGIN: ../../../flutter/third_party/skia/include/core/SkBlender.h + ../../../fl
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/core/SkMesh.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/effects/SkBlenders.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ShaderErrorHandler.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/glx/GrGLMakeGLXInterface.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/gl/glx/GrGLMakeGLXInterface.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/graphite/BackendTexture.h + ../../../flutter/third_party/skia/LICENSE
|
||||
@ -7506,6 +7509,8 @@ FILE: ../../../flutter/third_party/skia/include/core/SkBlender.h
|
||||
FILE: ../../../flutter/third_party/skia/include/core/SkMesh.h
|
||||
FILE: ../../../flutter/third_party/skia/include/effects/SkBlenders.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/ShaderErrorHandler.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/egl/GrGLMakeEGLInterface.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/glx/GrGLMakeGLXInterface.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/gl/egl/GrGLMakeEGLInterface.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/gl/glx/GrGLMakeGLXInterface.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/graphite/BackendTexture.h
|
||||
@ -9490,6 +9495,9 @@ ORIGIN: ../../../flutter/third_party/skia/gm/emptyshader.cpp + ../../../flutter/
|
||||
ORIGIN: ../../../flutter/third_party/skia/gm/imagedither.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/gm/rendertomipmappedyuvimageplanes.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/GrGLMakeWebGLInterface.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/epoxy/GrGLMakeEpoxyEGLInterface.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/ios/GrGLMakeIOSInterface.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/mac/GrGLMakeMacInterface.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/mtl/GrMtlBackendSemaphore.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/mtl/GrMtlBackendSurface.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/include/gpu/ganesh/mtl/GrMtlDirectContext.h + ../../../flutter/third_party/skia/LICENSE
|
||||
@ -9538,6 +9546,9 @@ FILE: ../../../flutter/third_party/skia/gm/emptyshader.cpp
|
||||
FILE: ../../../flutter/third_party/skia/gm/imagedither.cpp
|
||||
FILE: ../../../flutter/third_party/skia/gm/rendertomipmappedyuvimageplanes.cpp
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/GrGLMakeWebGLInterface.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/epoxy/GrGLMakeEpoxyEGLInterface.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/ios/GrGLMakeIOSInterface.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/gl/mac/GrGLMakeMacInterface.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/mtl/GrMtlBackendSemaphore.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/mtl/GrMtlBackendSurface.h
|
||||
FILE: ../../../flutter/third_party/skia/include/gpu/ganesh/mtl/GrMtlDirectContext.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user