Skip to content
This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
  • Loading branch information
skia-flutter-autoroll committed May 18, 2023
commit 2882f9596af9c71980099c8c7da39aa57c2558a2
2 changes: 1 addition & 1 deletion DEPS
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
1 change: 0 additions & 1 deletion ci/licenses_golden/excluded_files
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
15 changes: 4 additions & 11 deletions ci/licenses_golden/licenses_skia
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Signature: 928a95b118579cada8f8012e2c5b34e0
Signature: df7acea58019fa5db2e22522116d975b

====================================================================================================
LIBRARY: etc1
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -1877,14 +1878,14 @@ 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
ORIGIN: ../../../third_party/skia/src/base/SkMathPriv.h + ../../../third_party/skia/LICENSE
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
Expand Down Expand Up @@ -2036,14 +2037,14 @@ 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
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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down