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

Commit ed9fc36

Browse files
Roll Skia from ad7955820dc6 to e9ac244d61b2 (6 revisions) (#39165)
https://skia.googlesource.com/skia.git/+log/ad7955820dc6..e9ac244d61b2 2023-01-26 johnstiles@google.com Add support for dynamically-uniform if statements. 2023-01-26 johnstiles@google.com Add RP codegen support for dynamically-uniform ternaries. 2023-01-26 johnstiles@google.com Add Analysis check for dynamically-uniform expressions. 2023-01-26 johnstiles@google.com Add RP builder support for branch_if_all_slots_equal. 2023-01-26 johnstiles@google.com Add RasterPipeline op branch_if_all_lanes_equal. 2023-01-26 herb@google.com Add lock/unlock to StrikeForGPU 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 nicolettep@google.com,zra@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 8baff3e commit ed9fc36

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': 'ad7955820dc6cfba530c4d84407b9f3b0842ace0',
21+
'skia_revision': 'e9ac244d61b2376f75d4aa5978f333df6cd5e148',
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: 2e880c9fd2dd05a139a3165e24c41e52
1+
Signature: c1d5876c33acfd9900edd7f43c8e6fcc
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/SkSLIsDynamicallyUniformExpression.cpp + ../../../third_party/skia/LICENSE
89528953
TYPE: LicenseType.bsd
89538954
FILE: ../../../third_party/skia/fuzz/FuzzCubicQuadRoots.cpp
89548955
FILE: ../../../third_party/skia/fuzz/oss_fuzz/FuzzCubicQuadRoots.cpp
@@ -8965,6 +8966,7 @@ FILE: ../../../third_party/skia/src/core/SkTSearch.h
89658966
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.cpp
89668967
FILE: ../../../third_party/skia/src/gpu/graphite/Image_Base_Graphite.h
89678968
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLGetReturnComplexity.cpp
8969+
FILE: ../../../third_party/skia/src/sksl/analysis/SkSLIsDynamicallyUniformExpression.cpp
89688970
----------------------------------------------------------------------------------------------------
89698971
Copyright 2023 Google LLC
89708972

0 commit comments

Comments
 (0)