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

Commit f1a5746

Browse files
Roll Skia from ba4721319a92 to 091ec9bdcf9b (12 revisions) (#39177)
https://skia.googlesource.com/skia.git/+log/ba4721319a92..091ec9bdcf9b 2023-01-26 [email protected] Roll SK Tool from 3c9bfe50679a to bd000c01fd40 2023-01-26 [email protected] [metal] Fix MetalWindowContext destruction on Mac 2023-01-26 [email protected] add visibility to targets referenced by ganesh/gl BUILD file 2023-01-26 [email protected] Simplify prepare_for_SDFT_drawing add pos mapping 2023-01-26 [email protected] [sksl][wgsl] Function call expressions with no out-params 2023-01-26 [email protected] Simplify for-loops that do not use `continue`. 2023-01-26 [email protected] Add an Analysis pass to check if a loop uses `continue` or `break`. 2023-01-26 [email protected] [graphite] Support elliptical corners for hairlines in AnalyticRRectRenderStep 2023-01-26 [email protected] Simplify function-result stack in RP codegen. 2023-01-26 [email protected] Roll vulkan-deps from 50eca412c1e8 to 3f8e117e3655 (5 revisions) 2023-01-26 [email protected] Implement length intrinsic in RP codegen. 2023-01-26 [email protected] Simplify the switch-case block visitor. 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 efe7de0 commit f1a5746

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': 'ba4721319a926fb01dc5ec19ef477cdf523aef34',
21+
'skia_revision': '091ec9bdcf9bfe418da6a5f7c59569ec73ed73d9',
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: ff83b6b69513b4abae37ff07256bb592
1+
Signature: ff746f095761d893701a9e00abef5e5b
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8949,6 +8949,7 @@ ORIGIN: ../../../third_party/skia/src/core/SkTSearch.h + ../../../third_party/sk
89498949
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp + ../../../third_party/skia/LICENSE
89508950
ORIGIN: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h + ../../../third_party/skia/LICENSE
89518951
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp + ../../../third_party/skia/LICENSE
8952+
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLHasContinueOrBreak.cpp + ../../../third_party/skia/LICENSE
89528953
ORIGIN: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp + ../../../third_party/skia/LICENSE
89538954
TYPE: LicenseType.bsd
89548955
FILE: ../../../third_party/skia/fuzz/FuzzCubicQuadRoots.cpp
@@ -8966,6 +8967,7 @@ FILE: ../../../third_party/skia/src/core/SkTSearch.h
89668967
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp
89678968
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h
89688969
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp
8970+
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLHasContinueOrBreak.cpp
89698971
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp
89708972
----------------------------------------------------------------------------------------------------
89718973
Copyright 2023 Google LLC

0 commit comments

Comments
 (0)