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

Commit d775cd3

Browse files
Roll Skia from ea84df425483 to 0fa58b6ddba0 (3 revisions) (#53535)
https://skia.googlesource.com/skia.git/+log/ea84df425483..0fa58b6ddba0 2024-06-24 michaelludwig@google.com [graphite] Add validation for PaintParamsKeyBuilder::addData 2024-06-24 kjlubick@google.com Build skslc and sksl-minify from the modular Bazel build. 2024-06-24 skia-autoroll@skia-public.iam.gserviceaccount.com Roll vulkan-deps from 3a8b46766c4e to ff63e67e4739 (1 revision) 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,jsimmons@google.com,rmistry@google.com,scroggo@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
1 parent 2badafd commit d775cd3

File tree

2 files changed

+20
-2
lines changed

2 files changed

+20
-2
lines changed

DEPS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ vars = {
1414
'flutter_git': 'https://flutter.googlesource.com',
1515
'skia_git': 'https://skia.googlesource.com',
1616
'llvm_git': 'https://llvm.googlesource.com',
17-
'skia_revision': 'ea84df425483543fb67947ba5384ea178284e24a',
17+
'skia_revision': '0fa58b6ddba090f7d75dfd03ce0509eda7d1396d',
1818

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

ci/licenses_golden/licenses_skia

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 12a25f0dbb065f8d1e40ac81046f6683
1+
Signature: ba8d41ca2ec3714afd8c5735346682be
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -7939,6 +7939,10 @@ ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLInterfaceBlock.cpp + .
79397939
ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLayout.cpp + ../../../flutter/third_party/skia/LICENSE
79407940
ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLiteral.cpp + ../../../flutter/third_party/skia/LICENSE
79417941
ORIGIN: ../../../flutter/third_party/skia/src/text/gpu/SDFMaskFilter.h + ../../../flutter/third_party/skia/LICENSE
7942+
ORIGIN: ../../../flutter/third_party/skia/src/utils/SkGetExecutablePath.h + ../../../flutter/third_party/skia/LICENSE
7943+
ORIGIN: ../../../flutter/third_party/skia/src/utils/SkGetExecutablePath_linux.cpp + ../../../flutter/third_party/skia/LICENSE
7944+
ORIGIN: ../../../flutter/third_party/skia/src/utils/SkGetExecutablePath_mac.cpp + ../../../flutter/third_party/skia/LICENSE
7945+
ORIGIN: ../../../flutter/third_party/skia/src/utils/SkGetExecutablePath_win.cpp + ../../../flutter/third_party/skia/LICENSE
79427946
TYPE: LicenseType.bsd
79437947
FILE: ../../../flutter/third_party/skia/gm/drawlines_with_local_matrix.cpp
79447948
FILE: ../../../flutter/third_party/skia/gm/mirrortile.cpp
@@ -7968,6 +7972,10 @@ FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLInterfaceBlock.cpp
79687972
FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLayout.cpp
79697973
FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLLiteral.cpp
79707974
FILE: ../../../flutter/third_party/skia/src/text/gpu/SDFMaskFilter.h
7975+
FILE: ../../../flutter/third_party/skia/src/utils/SkGetExecutablePath.h
7976+
FILE: ../../../flutter/third_party/skia/src/utils/SkGetExecutablePath_linux.cpp
7977+
FILE: ../../../flutter/third_party/skia/src/utils/SkGetExecutablePath_mac.cpp
7978+
FILE: ../../../flutter/third_party/skia/src/utils/SkGetExecutablePath_win.cpp
79717979
----------------------------------------------------------------------------------------------------
79727980
Copyright 2022 Google Inc.
79737981

@@ -9567,6 +9575,11 @@ ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLModuleData.h + ../../../f
95679575
ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLModuleDataDefault.cpp + ../../../flutter/third_party/skia/LICENSE
95689576
ORIGIN: ../../../flutter/third_party/skia/src/sksl/SkSLModuleDataFile.cpp + ../../../flutter/third_party/skia/LICENSE
95699577
ORIGIN: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCheckSymbolTableCorrectness.cpp + ../../../flutter/third_party/skia/LICENSE
9578+
ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLCodeGenTypes.h + ../../../flutter/third_party/skia/LICENSE
9579+
ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVValidator.cpp + ../../../flutter/third_party/skia/LICENSE
9580+
ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVValidator.h + ../../../flutter/third_party/skia/LICENSE
9581+
ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLWGSLValidator.cpp + ../../../flutter/third_party/skia/LICENSE
9582+
ORIGIN: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLWGSLValidator.h + ../../../flutter/third_party/skia/LICENSE
95709583
ORIGIN: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbol.cpp + ../../../flutter/third_party/skia/LICENSE
95719584
ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateUnnecessaryBraces.cpp + ../../../flutter/third_party/skia/LICENSE
95729585
ORIGIN: ../../../flutter/third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinStructs.cpp + ../../../flutter/third_party/skia/LICENSE
@@ -9649,6 +9662,11 @@ FILE: ../../../flutter/third_party/skia/src/sksl/SkSLModuleData.h
96499662
FILE: ../../../flutter/third_party/skia/src/sksl/SkSLModuleDataDefault.cpp
96509663
FILE: ../../../flutter/third_party/skia/src/sksl/SkSLModuleDataFile.cpp
96519664
FILE: ../../../flutter/third_party/skia/src/sksl/analysis/SkSLCheckSymbolTableCorrectness.cpp
9665+
FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLCodeGenTypes.h
9666+
FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVValidator.cpp
9667+
FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLSPIRVValidator.h
9668+
FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLWGSLValidator.cpp
9669+
FILE: ../../../flutter/third_party/skia/src/sksl/codegen/SkSLWGSLValidator.h
96529670
FILE: ../../../flutter/third_party/skia/src/sksl/ir/SkSLSymbol.cpp
96539671
FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLEliminateUnnecessaryBraces.cpp
96549672
FILE: ../../../flutter/third_party/skia/src/sksl/transform/SkSLFindAndDeclareBuiltinStructs.cpp

0 commit comments

Comments
 (0)