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

Commit 4899dea

Browse files
Roll Skia from 02890036028e to 0e444e355607 (9 revisions)
https://skia.googlesource.com/skia.git/+log/02890036028e..0e444e355607 2023-02-17 johnstiles@google.com Collapse empty switch-cases in SPIR-V codegen. 2023-02-17 aaclarke@google.com Added BGR10_XR support for decoding images. 2023-02-17 robertphillips@google.com [graphite] Add colorSpace-aware gradient support 2023-02-17 armansito@google.com [graphite] Introduce ComputeStep interface 2023-02-17 jmbetancourt@google.com plumb support for building for Android through Bazel 2023-02-17 johnstiles@google.com Remove SlotMap from LValues. 2023-02-17 robertphillips@google.com Add final two configs to the ColorSpaces jobs 2023-02-17 johnstiles@google.com Combine adjacent stack-to-stack clone ops. 2023-02-17 ccameron@chromium.org SkJpegEncoder: Ensure MPF segment be written last 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,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
1 parent 0378b34 commit 4899dea

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-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': '02890036028ea81fc07fe7225a8d4d513516ecd0',
21+
'skia_revision': '0e444e355607d33b9df7a20eb66ee4f3241e09bc',
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: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 0850f793990b1bbc2a873231afad0685
1+
Signature: 397f62a65b21d16e4aa5cbad1a523fe9
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9004,6 +9004,8 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp + ../
90049004
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.h + ../../../third_party/skia/LICENSE
90059005
ORIGIN: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.cpp + ../../../third_party/skia/LICENSE
90069006
ORIGIN: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.h + ../../../third_party/skia/LICENSE
9007+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/ComputeStep.cpp + ../../../third_party/skia/LICENSE
9008+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/ComputeStep.h + ../../../third_party/skia/LICENSE
90079009
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp + ../../../third_party/skia/LICENSE
90089010
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp + ../../../third_party/skia/LICENSE
90099011
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp + ../../../third_party/skia/LICENSE
@@ -9033,6 +9035,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.cpp
90339035
FILE: ../../../third_party/skia/src/gpu/graphite/Image_YUVA_Graphite.h
90349036
FILE: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.cpp
90359037
FILE: ../../../third_party/skia/src/gpu/graphite/YUVATextureProxies.h
9038+
FILE: ../../../third_party/skia/src/gpu/graphite/compute/ComputeStep.cpp
9039+
FILE: ../../../third_party/skia/src/gpu/graphite/compute/ComputeStep.h
90369040
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetLoopControlFlowInfo.cpp
90379041
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp
90389042
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp

0 commit comments

Comments
 (0)