mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from ffa425bacfc4 to caff30d16ae7 (29 revisions) (flutter/engine#42116)
https://skia.googlesource.com/skia.git/+log/ffa425bacfc4..caff30d16ae7 2023-05-17 johnstiles@google.com Simplify if-else chain in releaseProgram. 2023-05-17 johnstiles@google.com Move Parser::Checkpoint out of the header. 2023-05-17 bungeman@google.com Regularize DirectWrite format handling 2023-05-17 bungeman@google.com Reorganize DirectWrite glyph representation selection 2023-05-17 michaelludwig@google.com [skif] Don't intersect against desired output unnecessarily 2023-05-17 johnstiles@google.com Migrate DSLCore::ReleaseProgram into Compiler. 2023-05-17 johnstiles@google.com Remove Declare(DSLGlobalVar) from DSLCore. 2023-05-17 johnstiles@google.com Eliminate src/sksl/dsl/priv directory. 2023-05-17 johnstiles@google.com Eliminate DSLWriter entirely. 2023-05-17 johnstiles@google.com Migrate DSLWriter::Var to VarDeclaration::Convert. 2023-05-17 nicolettep@google.com [graphite] Create & cache descriptor sets 2023-05-17 michaelludwig@google.com [skif] Update SkShaderImageFilter to use FilterResult 2023-05-17 jmbetancourt@google.com [skottie] add proxy to PropertyObserver 2023-05-17 brianosman@google.com Revert "Add src/cityhash" 2023-05-17 johnstiles@google.com Remove unreferenced header DSL.h. 2023-05-17 jamesgk@google.com [graphite] Enable framebuffer fetch on Metal 2023-05-17 jamesgk@google.com [graphite] Use framebuffer fetch when available 2023-05-17 kjlubick@google.com Move SkStrikeSpec::MakeSDFT to src/text/gpu 2023-05-17 kjlubick@google.com Enforce IWYU on SkStrike* and src/text/* 2023-05-17 brianosman@google.com Add src/cityhash 2023-05-17 jvanverth@google.com [graphite] Fix YV12 colors. 2023-05-17 johnstiles@google.com Disallow calling DSLWriter::Var more than once. 2023-05-17 jmbetancourt@google.com [skottie] accept a proxy for SlotManager's ResourceProvider 2023-05-17 johnstiles@google.com Delete dead code in DSLWriter. 2023-05-17 brianosman@google.com Move SkChecksum.h from include/private to src/core 2023-05-17 johnstiles@google.com Add TArray::reserve_exact for exact-fit sizing. 2023-05-17 kjlubick@google.com Delete unused shim image factory code 2023-05-17 jvanverth@google.com [graphite] Fix encoded origin for YUVA textures. 2023-05-17 johnstiles@google.com Move symbol-table parameter setup inside FunctionDeclaration. 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,johnstiles@google.com,rmistry@google.com,zra@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://bugs.chromium.org/p/skia/issues/entry?template=Autoroller+Bug Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md
This commit is contained in:
parent
871632b29b
commit
c3335ebe05
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': 'ffa425bacfc437de72d049e2cc488a90cb1f0036',
|
||||
'skia_revision': 'caff30d16ae7411fb6a7a192d4ac8aa112d2b31d',
|
||||
|
||||
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
|
||||
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.
|
||||
|
||||
@ -2820,7 +2820,6 @@
|
||||
../../../third_party/skia/src/sksl/analysis/BUILD.bazel
|
||||
../../../third_party/skia/src/sksl/codegen/BUILD.bazel
|
||||
../../../third_party/skia/src/sksl/dsl/BUILD.bazel
|
||||
../../../third_party/skia/src/sksl/dsl/priv/BUILD.bazel
|
||||
../../../third_party/skia/src/sksl/ir/BUILD.bazel
|
||||
../../../third_party/skia/src/sksl/lex/BUILD.bazel
|
||||
../../../third_party/skia/src/sksl/tracing/BUILD.bazel
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
Signature: 928a95b118579cada8f8012e2c5b34e0
|
||||
Signature: df7acea58019fa5db2e22522116d975b
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -391,6 +391,7 @@ FILE: ../../../third_party/skia/relnotes/skimage_methods.md
|
||||
FILE: ../../../third_party/skia/relnotes/skimage_subset.md
|
||||
FILE: ../../../third_party/skia/relnotes/skimagefilters_magnifier.md
|
||||
FILE: ../../../third_party/skia/relnotes/skimagefilters_picture.md
|
||||
FILE: ../../../third_party/skia/relnotes/skimagefilters_shader.md
|
||||
FILE: ../../../third_party/skia/relnotes/skimagegenerator_encoded.md
|
||||
FILE: ../../../third_party/skia/relnotes/sksurface_backend.md
|
||||
FILE: ../../../third_party/skia/relnotes/sksurface_namespace.md
|
||||
@ -1877,7 +1878,6 @@ ORIGIN: ../../../third_party/skia/include/core/SkStrokeRec.h + ../../../third_pa
|
||||
ORIGIN: ../../../third_party/skia/include/core/SkSurface.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/gpu/gl/GrGLFunctions.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/pathops/SkPathOps.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkChecksum.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkPathRef.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/private/SkWeakRefCnt.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/include/utils/SkNullCanvas.h + ../../../third_party/skia/LICENSE
|
||||
@ -1885,6 +1885,7 @@ ORIGIN: ../../../third_party/skia/src/base/SkMathPriv.h + ../../../third_party/s
|
||||
ORIGIN: ../../../third_party/skia/src/base/SkTInternalLList.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/codec/SkColorTable.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkAnnotation.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkChecksum.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkFontDescriptor.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkFontDescriptor.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/core/SkImagePriv.h + ../../../third_party/skia/LICENSE
|
||||
@ -2036,7 +2037,6 @@ FILE: ../../../third_party/skia/include/core/SkStrokeRec.h
|
||||
FILE: ../../../third_party/skia/include/core/SkSurface.h
|
||||
FILE: ../../../third_party/skia/include/gpu/gl/GrGLFunctions.h
|
||||
FILE: ../../../third_party/skia/include/pathops/SkPathOps.h
|
||||
FILE: ../../../third_party/skia/include/private/SkChecksum.h
|
||||
FILE: ../../../third_party/skia/include/private/SkPathRef.h
|
||||
FILE: ../../../third_party/skia/include/private/SkWeakRefCnt.h
|
||||
FILE: ../../../third_party/skia/include/utils/SkNullCanvas.h
|
||||
@ -2044,6 +2044,7 @@ FILE: ../../../third_party/skia/src/base/SkMathPriv.h
|
||||
FILE: ../../../third_party/skia/src/base/SkTInternalLList.h
|
||||
FILE: ../../../third_party/skia/src/codec/SkColorTable.h
|
||||
FILE: ../../../third_party/skia/src/core/SkAnnotation.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkChecksum.h
|
||||
FILE: ../../../third_party/skia/src/core/SkFontDescriptor.cpp
|
||||
FILE: ../../../third_party/skia/src/core/SkFontDescriptor.h
|
||||
FILE: ../../../third_party/skia/src/core/SkImagePriv.h
|
||||
@ -6977,7 +6978,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp + ../../.
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLVMCodeGenerator.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLVMCodeGenerator.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSL.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLCore.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLCore.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLExpression.cpp + ../../../third_party/skia/LICENSE
|
||||
@ -6986,8 +6986,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLModifiers.h + ../../../third_p
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLType.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLType.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLVar.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/priv/DSLWriter.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/priv/DSLWriter.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.h + ../../../third_party/skia/LICENSE
|
||||
@ -7125,7 +7123,6 @@ FILE: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.h
|
||||
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLVMCodeGenerator.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLVMCodeGenerator.h
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSL.h
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSLCore.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSLCore.h
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSLExpression.cpp
|
||||
@ -7134,8 +7131,6 @@ FILE: ../../../third_party/skia/src/sksl/dsl/DSLModifiers.h
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSLType.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSLType.h
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSLVar.h
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLWriter.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLWriter.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.h
|
||||
@ -8009,7 +8004,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp + ../../../third_
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLStatement.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/priv/DSL_priv.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLPoison.h + ../../../third_party/skia/LICENSE
|
||||
@ -8047,7 +8041,6 @@ FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.h
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSL_priv.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLPoison.h
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user