mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from c759bbf16310 to 5f54e9f84cff (3 revisions) (flutter/engine#48692)
https://skia.googlesource.com/skia.git/+log/c759bbf16310..5f54e9f84cff 2023-12-05 nicolettep@google.com Allow undefined format from Android format properties and ability to fallback to importing as external 2023-12-05 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 22e8aaa6d073 to a942c7f6d834 (7 revisions) 2023-12-05 kjlubick@google.com Add empty file to appease Chrome roll 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,chinmaygarde@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
ddfa4dbfec
commit
bd05c7a5d3
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': 'c759bbf163109e9ced78d6331b5f19ca8c5616cf',
|
||||
'skia_revision': '5f54e9f84cff8c42fd645ec53c1727857bdb12ab',
|
||||
|
||||
# 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: c8b3d0e4d3089b2c0b441ea49e4a02e8
|
||||
Signature: 1834371d1b225b6b6d1017adbe931616
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -9014,6 +9014,7 @@ ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SlugImpl.h + ../../../flu
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/VertexFiller.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/VertexFiller.h + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/utils/SkTestCanvas.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/utils/win/SkWGL_win.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go + ../../../flutter/third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../flutter/third_party/skia/fuzz/FuzzCubicRoots.cpp
|
||||
@ -9296,6 +9297,7 @@ FILE: ../../../flutter/third_party/skia/src/text/gpu/SlugImpl.h
|
||||
FILE: ../../../flutter/third_party/skia/src/text/gpu/VertexFiller.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/text/gpu/VertexFiller.h
|
||||
FILE: ../../../flutter/third_party/skia/src/utils/SkTestCanvas.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/utils/win/SkWGL_win.cpp
|
||||
FILE: ../../../flutter/third_party/skia/toolchain/android_trampolines/gen_trampolines/gen_trampolines.go
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2023 Google LLC
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user