Roll Skia from c11932925658 to 1561e2127c6f (5 revisions) (flutter/engine#54084)
https://skia.googlesource.com/skia.git/+log/c11932925658..1561e2127c6f 2024-07-24 johnstiles@google.com Add push_back_n and pop_back_n to FixedArray. 2024-07-24 nicolettep@google.com [Dawn] Add YCbCr conversion information to DawnTexture keys 2024-07-24 johnstiles@google.com Use swizzles to save space during code minification. 2024-07-24 jvanverth@google.com [graphite] Fix backend texture variants of surface tests. 2024-07-24 scroggo@google.com Mention Java requirement in Android build instructions 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,jamesgk@google.com,jonahwilliams@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
cfe0de9c8f
commit
eebe1f4930
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': 'c119329256580ebe8f3fa9e8dec137ab858dbe37',
|
||||
'skia_revision': '1561e2127c6f764feb29a047d9b52effa046e657',
|
||||
|
||||
# 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: 26505f3637878db610a5a152caf816d9
|
||||
Signature: e36675c4253279a2c5f002714b0c74b6
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -9602,6 +9602,7 @@ ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLWGSLValidator.h +
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbol.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateUnnecessaryBraces.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinStructs.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLReplaceSplatCastsWithSwizzles.cpp + ../../../flutter/third_party/skia/LICENSE
|
||||
TYPE: LicenseType.bsd
|
||||
FILE: ../../../flutter/third_party/skia/fuzz/oss_fuzz/FuzzParsePath.cpp
|
||||
FILE: ../../../flutter/third_party/skia/gm/emptyshader.cpp
|
||||
@ -9707,6 +9708,7 @@ FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLWGSLValidator.h
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbol.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateUnnecessaryBraces.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinStructs.cpp
|
||||
FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLReplaceSplatCastsWithSwizzles.cpp
|
||||
----------------------------------------------------------------------------------------------------
|
||||
Copyright 2024 Google LLC
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user