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

Commit ad49f38

Browse files
Roll Skia from 02e2101a75f7 to cfb6de45f39b (7 revisions)
https://skia.googlesource.com/skia.git/+log/02e2101a75f7..cfb6de45f39b 2022-11-15 [email protected] [graphite] Fix unintentional switch fallthrough causing Debian build failures 2022-11-15 [email protected] Add Dawn handling to TextureInfo operators 2022-11-15 [email protected] Remove unused file 2022-11-15 [email protected] Remove all SDF code when optimizing for size 2022-11-15 [email protected] Update debugging templates for SkTArray 2022-11-15 [email protected] Create a placeholder Raster Pipeline code generator. 2022-11-15 [email protected] Add DEPS -> deps.bzl check to CheckGeneratedFiles 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] 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 84cb1f8 commit ad49f38

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
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': '02e2101a75f707c6a5e3f1133c3b8bf7012da5ab',
21+
'skia_revision': 'cfb6de45f39b6d98b60748c7a1581065020cad9d',
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/licenses_skia

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 56d9fd1e3d484702d61b105ba79d574e
1+
Signature: 9a6f3822b12a1a86940ac545a0e926d1
22

33
UNUSED LICENSES:
44

@@ -7869,6 +7869,8 @@ FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsSameExpressionTree.cpp
78697869
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsTrivialExpression.cpp
78707870
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLNoOpErrorReporter.h
78717871
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLProgramUsage.h
7872+
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.cpp
7873+
FILE: ../../../third_party/skia/src/sksl/codegen/SkSLRasterPipelineCodeGenerator.h
78727874
FILE: ../../../third_party/skia/src/sksl/ir/SkSLProgram.cpp
78737875
FILE: ../../../third_party/skia/src/sksl/transform/SkSLAddConstToVarModifiers.cpp
78747876
FILE: ../../../third_party/skia/src/sksl/transform/SkSLEliminateEmptyStatements.cpp

0 commit comments

Comments
 (0)