Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.

Commit 2882f95

Browse files
Roll Skia from ffa425bacfc4 to caff30d16ae7 (29 revisions)
https://skia.googlesource.com/skia.git/+log/ffa425bacfc4..caff30d16ae7 2023-05-17 [email protected] Simplify if-else chain in releaseProgram. 2023-05-17 [email protected] Move Parser::Checkpoint out of the header. 2023-05-17 [email protected] Regularize DirectWrite format handling 2023-05-17 [email protected] Reorganize DirectWrite glyph representation selection 2023-05-17 [email protected] [skif] Don't intersect against desired output unnecessarily 2023-05-17 [email protected] Migrate DSLCore::ReleaseProgram into Compiler. 2023-05-17 [email protected] Remove Declare(DSLGlobalVar) from DSLCore. 2023-05-17 [email protected] Eliminate src/sksl/dsl/priv directory. 2023-05-17 [email protected] Eliminate DSLWriter entirely. 2023-05-17 [email protected] Migrate DSLWriter::Var to VarDeclaration::Convert. 2023-05-17 [email protected] [graphite] Create & cache descriptor sets 2023-05-17 [email protected] [skif] Update SkShaderImageFilter to use FilterResult 2023-05-17 [email protected] [skottie] add proxy to PropertyObserver 2023-05-17 [email protected] Revert "Add src/cityhash" 2023-05-17 [email protected] Remove unreferenced header DSL.h. 2023-05-17 [email protected] [graphite] Enable framebuffer fetch on Metal 2023-05-17 [email protected] [graphite] Use framebuffer fetch when available 2023-05-17 [email protected] Move SkStrikeSpec::MakeSDFT to src/text/gpu 2023-05-17 [email protected] Enforce IWYU on SkStrike* and src/text/* 2023-05-17 [email protected] Add src/cityhash 2023-05-17 [email protected] [graphite] Fix YV12 colors. 2023-05-17 [email protected] Disallow calling DSLWriter::Var more than once. 2023-05-17 [email protected] [skottie] accept a proxy for SlotManager's ResourceProvider 2023-05-17 [email protected] Delete dead code in DSLWriter. 2023-05-17 [email protected] Move SkChecksum.h from include/private to src/core 2023-05-17 [email protected] Add TArray::reserve_exact for exact-fit sizing. 2023-05-17 [email protected] Delete unused shim image factory code 2023-05-17 [email protected] [graphite] Fix encoded origin for YUVA textures. 2023-05-17 [email protected] 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 [email protected],[email protected],[email protected],[email protected] 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
1 parent d366f3b commit 2882f95

File tree

3 files changed

+5
-13
lines changed

3 files changed

+5
-13
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ vars = {
1818
'llvm_git': 'https://llvm.googlesource.com',
1919
# OCMock is for testing only so there is no google clone
2020
'ocmock_git': 'https://github.com/erikdoe/ocmock.git',
21-
'skia_revision': 'ffa425bacfc437de72d049e2cc488a90cb1f0036',
21+
'skia_revision': 'caff30d16ae7411fb6a7a192d4ac8aa112d2b31d',
2222

2323
# WARNING: DO NOT EDIT canvaskit_cipd_instance MANUALLY
2424
# See `lib/web_ui/README.md` for how to roll CanvasKit to a new version.

ci/licenses_golden/excluded_files

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2820,7 +2820,6 @@
28202820
../../../third_party/skia/src/sksl/analysis/BUILD.bazel
28212821
../../../third_party/skia/src/sksl/codegen/BUILD.bazel
28222822
../../../third_party/skia/src/sksl/dsl/BUILD.bazel
2823-
../../../third_party/skia/src/sksl/dsl/priv/BUILD.bazel
28242823
../../../third_party/skia/src/sksl/ir/BUILD.bazel
28252824
../../../third_party/skia/src/sksl/lex/BUILD.bazel
28262825
../../../third_party/skia/src/sksl/tracing/BUILD.bazel

ci/licenses_golden/licenses_skia

Lines changed: 4 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 928a95b118579cada8f8012e2c5b34e0
1+
Signature: df7acea58019fa5db2e22522116d975b
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -391,6 +391,7 @@ FILE: ../../../third_party/skia/relnotes/skimage_methods.md
391391
FILE: ../../../third_party/skia/relnotes/skimage_subset.md
392392
FILE: ../../../third_party/skia/relnotes/skimagefilters_magnifier.md
393393
FILE: ../../../third_party/skia/relnotes/skimagefilters_picture.md
394+
FILE: ../../../third_party/skia/relnotes/skimagefilters_shader.md
394395
FILE: ../../../third_party/skia/relnotes/skimagegenerator_encoded.md
395396
FILE: ../../../third_party/skia/relnotes/sksurface_backend.md
396397
FILE: ../../../third_party/skia/relnotes/sksurface_namespace.md
@@ -1877,14 +1878,14 @@ ORIGIN: ../../../third_party/skia/include/core/SkStrokeRec.h + ../../../third_pa
18771878
ORIGIN: ../../../third_party/skia/include/core/SkSurface.h + ../../../third_party/skia/LICENSE
18781879
ORIGIN: ../../../third_party/skia/include/gpu/gl/GrGLFunctions.h + ../../../third_party/skia/LICENSE
18791880
ORIGIN: ../../../third_party/skia/include/pathops/SkPathOps.h + ../../../third_party/skia/LICENSE
1880-
ORIGIN: ../../../third_party/skia/include/private/SkChecksum.h + ../../../third_party/skia/LICENSE
18811881
ORIGIN: ../../../third_party/skia/include/private/SkPathRef.h + ../../../third_party/skia/LICENSE
18821882
ORIGIN: ../../../third_party/skia/include/private/SkWeakRefCnt.h + ../../../third_party/skia/LICENSE
18831883
ORIGIN: ../../../third_party/skia/include/utils/SkNullCanvas.h + ../../../third_party/skia/LICENSE
18841884
ORIGIN: ../../../third_party/skia/src/base/SkMathPriv.h + ../../../third_party/skia/LICENSE
18851885
ORIGIN: ../../../third_party/skia/src/base/SkTInternalLList.h + ../../../third_party/skia/LICENSE
18861886
ORIGIN: ../../../third_party/skia/src/codec/SkColorTable.h + ../../../third_party/skia/LICENSE
18871887
ORIGIN: ../../../third_party/skia/src/core/SkAnnotation.cpp + ../../../third_party/skia/LICENSE
1888+
ORIGIN: ../../../third_party/skia/src/core/SkChecksum.h + ../../../third_party/skia/LICENSE
18881889
ORIGIN: ../../../third_party/skia/src/core/SkFontDescriptor.cpp + ../../../third_party/skia/LICENSE
18891890
ORIGIN: ../../../third_party/skia/src/core/SkFontDescriptor.h + ../../../third_party/skia/LICENSE
18901891
ORIGIN: ../../../third_party/skia/src/core/SkImagePriv.h + ../../../third_party/skia/LICENSE
@@ -2036,14 +2037,14 @@ FILE: ../../../third_party/skia/include/core/SkStrokeRec.h
20362037
FILE: ../../../third_party/skia/include/core/SkSurface.h
20372038
FILE: ../../../third_party/skia/include/gpu/gl/GrGLFunctions.h
20382039
FILE: ../../../third_party/skia/include/pathops/SkPathOps.h
2039-
FILE: ../../../third_party/skia/include/private/SkChecksum.h
20402040
FILE: ../../../third_party/skia/include/private/SkPathRef.h
20412041
FILE: ../../../third_party/skia/include/private/SkWeakRefCnt.h
20422042
FILE: ../../../third_party/skia/include/utils/SkNullCanvas.h
20432043
FILE: ../../../third_party/skia/src/base/SkMathPriv.h
20442044
FILE: ../../../third_party/skia/src/base/SkTInternalLList.h
20452045
FILE: ../../../third_party/skia/src/codec/SkColorTable.h
20462046
FILE: ../../../third_party/skia/src/core/SkAnnotation.cpp
2047+
FILE: ../../../third_party/skia/src/core/SkChecksum.h
20472048
FILE: ../../../third_party/skia/src/core/SkFontDescriptor.cpp
20482049
FILE: ../../../third_party/skia/src/core/SkFontDescriptor.h
20492050
FILE: ../../../third_party/skia/src/core/SkImagePriv.h
@@ -6977,7 +6978,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.cpp + ../../.
69776978
ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.h + ../../../third_party/skia/LICENSE
69786979
ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLVMCodeGenerator.cpp + ../../../third_party/skia/LICENSE
69796980
ORIGIN: ../../../third_party/skia/src/sksl/codegen/SkSLVMCodeGenerator.h + ../../../third_party/skia/LICENSE
6980-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSL.h + ../../../third_party/skia/LICENSE
69816981
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLCore.cpp + ../../../third_party/skia/LICENSE
69826982
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLCore.h + ../../../third_party/skia/LICENSE
69836983
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
69866986
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLType.cpp + ../../../third_party/skia/LICENSE
69876987
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLType.h + ../../../third_party/skia/LICENSE
69886988
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLVar.h + ../../../third_party/skia/LICENSE
6989-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/priv/DSLWriter.cpp + ../../../third_party/skia/LICENSE
6990-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/priv/DSLWriter.h + ../../../third_party/skia/LICENSE
69916989
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h + ../../../third_party/skia/LICENSE
69926990
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp + ../../../third_party/skia/LICENSE
69936991
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
71257123
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLSPIRVtoHLSL.h
71267124
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLVMCodeGenerator.cpp
71277125
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLVMCodeGenerator.h
7128-
FILE: ../../../third_party/skia/src/sksl/dsl/DSL.h
71297126
FILE: ../../../third_party/skia/src/sksl/dsl/DSLCore.cpp
71307127
FILE: ../../../third_party/skia/src/sksl/dsl/DSLCore.h
71317128
FILE: ../../../third_party/skia/src/sksl/dsl/DSLExpression.cpp
@@ -7134,8 +7131,6 @@ FILE: ../../../third_party/skia/src/sksl/dsl/DSLModifiers.h
71347131
FILE: ../../../third_party/skia/src/sksl/dsl/DSLType.cpp
71357132
FILE: ../../../third_party/skia/src/sksl/dsl/DSLType.h
71367133
FILE: ../../../third_party/skia/src/sksl/dsl/DSLVar.h
7137-
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLWriter.cpp
7138-
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSLWriter.h
71397134
FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionPrototype.h
71407135
FILE: ../../../third_party/skia/src/sksl/ir/SkSLPrefixExpression.cpp
71417136
FILE: ../../../third_party/skia/src/sksl/ir/SkSLStructDefinition.h
@@ -8009,7 +8004,6 @@ ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.cpp + ../../../third_
80098004
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h + ../../../third_party/skia/LICENSE
80108005
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp + ../../../third_party/skia/LICENSE
80118006
ORIGIN: ../../../third_party/skia/src/sksl/dsl/DSLStatement.h + ../../../third_party/skia/LICENSE
8012-
ORIGIN: ../../../third_party/skia/src/sksl/dsl/priv/DSL_priv.h + ../../../third_party/skia/LICENSE
80138007
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp + ../../../third_party/skia/LICENSE
80148008
ORIGIN: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.cpp + ../../../third_party/skia/LICENSE
80158009
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
80478041
FILE: ../../../third_party/skia/src/sksl/dsl/DSLFunction.h
80488042
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.cpp
80498043
FILE: ../../../third_party/skia/src/sksl/dsl/DSLStatement.h
8050-
FILE: ../../../third_party/skia/src/sksl/dsl/priv/DSL_priv.h
80518044
FILE: ../../../third_party/skia/src/sksl/ir/SkSLFunctionDeclaration.cpp
80528045
FILE: ../../../third_party/skia/src/sksl/ir/SkSLModifiers.cpp
80538046
FILE: ../../../third_party/skia/src/sksl/ir/SkSLPoison.h

0 commit comments

Comments
 (0)