mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from f04ba9cd0e4b to 968a00456bc5 (4 revisions) (flutter/engine#54378)
https://skia.googlesource.com/skia.git/+log/f04ba9cd0e4b..968a00456bc5 2024-08-06 kjlubick@google.com Refactor sk_app and other test code to be more Bazel friendly 2024-08-06 kjlubick@google.com [bazel] Add graphite rules for native vulkan backend 2024-08-06 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 9335f3149740 to 699b3c2a0349 (2 revisions) 2024-08-06 brianosman@google.com Disallow SkSL when deserializing drawables in custom typefaces 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,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
bfcd785a82
commit
bab67188e6
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': 'f04ba9cd0e4b71027451a9724643af70de80879d',
|
||||
'skia_revision': '968a00456bc5517221a7b577de07932c475fe067',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -2706,6 +2706,7 @@
|
||||
../../../flutter/third_party/skia/include/gpu/gl/glx/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/graphite/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/graphite/mtl/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/graphite/vk/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/mock/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/mtl/BUILD.bazel
|
||||
../../../flutter/third_party/skia/include/gpu/vk/BUILD.bazel
|
||||
@ -2869,6 +2870,7 @@
|
||||
../../../flutter/third_party/skia/src/gpu/graphite/render/BUILD.bazel
|
||||
../../../flutter/third_party/skia/src/gpu/graphite/task/BUILD.bazel
|
||||
../../../flutter/third_party/skia/src/gpu/graphite/text/BUILD.bazel
|
||||
../../../flutter/third_party/skia/src/gpu/graphite/vk/BUILD.bazel
|
||||
../../../flutter/third_party/skia/src/gpu/mtl/BUILD.bazel
|
||||
../../../flutter/third_party/skia/src/gpu/tessellate/BUILD.bazel
|
||||
../../../flutter/third_party/skia/src/gpu/vk/BUILD.bazel
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: c7df51564ea711cfc40382a171f66e55
|
||||
Signature: 7959c538167c139af29313ca070da914
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user