mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
Roll Skia from 58c031441cbb to 18cf818e044f (6 revisions) (flutter/engine#44234)
https://skia.googlesource.com/skia.git/+log/58c031441cbb..18cf818e044f 2023-08-01 michaelludwig@google.com [skif] Refine ShaderFlags and Builder::eval API 2023-08-01 nicolettep@google.com [graphite] Add Vulkan window context to support viewer 2023-08-01 michaelludwig@google.com Skip ImageFilterCropRect_GPU test on Iris655 ANGLE 2023-08-01 fmalita@chromium.org Add a "twirl" effect to mesh demo slide 2023-08-01 johnstiles@google.com Add uniform-matrix polyfills for unpacking std140 alignment. 2023-08-01 johnstiles@google.com Clean up Modifiers, DSLModifiers and ModifierFlags. 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,jacksongardner@google.com,jvanverth@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://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
d59b5e43e4
commit
08096c8f9c
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': '58c031441cbb266de8b8b76244b0952f35778c80',
|
||||
'skia_revision': '18cf818e044f90466b59c4d82d37cb4001eacc71',
|
||||
|
||||
# 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: 80d025815ea7af6f4420c3cd8fba2a73
|
||||
Signature: 035d63d2280647b7a50dc81a4afaf5ed
|
||||
|
||||
====================================================================================================
|
||||
LIBRARY: etc1
|
||||
@ -4032,7 +4032,7 @@ ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLIndexExpression.h + ../../../t
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLInterfaceBlock.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLLayout.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLLiteral.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifierFlags.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLNop.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLPostfixExpression.h + ../../../third_party/skia/LICENSE
|
||||
@ -4341,7 +4341,7 @@ FILE: ../../../third_party/skia/src/sksl/ir/SkSLIndexExpression.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLInterfaceBlock.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLLayout.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLLiteral.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifierFlags.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifiersDeclaration.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLNop.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLPostfixExpression.h
|
||||
@ -6924,10 +6924,10 @@ 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/dsl/DSLExpression.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLExpression.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLModifiers.h + ../../../third_party/skia/LICENSE
|
||||
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/ir/SkSLFunctionPrototype.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.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
|
||||
ORIGIN: ../../../third_party/skia/src/utils/SkCustomTypeface.cpp + ../../../third_party/skia/LICENSE
|
||||
@ -7062,10 +7062,10 @@ FILE: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.h
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSLExpression.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/dsl/DSLExpression.h
|
||||
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/ir/SkSLFunctionPrototype.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.h
|
||||
FILE: ../../../third_party/skia/src/utils/SkCustomTypeface.cpp
|
||||
@ -7927,7 +7927,7 @@ ORIGIN: ../../../third_party/skia/src/sksl/SkSLProgramKind.h + ../../../third_pa
|
||||
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/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/SkSLModifierFlags.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLPoison.h + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLVariable.cpp + ../../../third_party/skia/LICENSE
|
||||
ORIGIN: ../../../third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinVariables.cpp + ../../../third_party/skia/LICENSE
|
||||
@ -7962,7 +7962,7 @@ FILE: ../../../third_party/skia/src/sksl/SkSLProgramKind.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/ir/SkSLFunctionDeclaration.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifierFlags.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLPoison.h
|
||||
FILE: ../../../third_party/skia/src/sksl/ir/SkSLVariable.cpp
|
||||
FILE: ../../../third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinVariables.cpp
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user