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

Commit 31a8333

Browse files
Roll Skia from f4609aa2eaba to 524ecb58945e (23 revisions) (#41388)
https://skia.googlesource.com/skia.git/+log/f4609aa2eaba..524ecb58945e 2023-04-21 [email protected] [skottie] Add option for disabling image asset scaling 2023-04-20 [email protected] Reland "Add a GN flag 'skia_enable_skvm'." 2023-04-20 [email protected] Roll vulkan-deps from c1d27abff170 to 2c49741eda05 (8 revisions) 2023-04-20 [email protected] Cleanup code for SkGlyph underline 2023-04-20 [email protected] Use src.rgba for SkRP execution masks. 2023-04-20 [email protected] graphite: Add test guard for RecorderPriv::resourceCache 2023-04-20 [email protected] Reland "Change Flutter to always use analytic AA" 2023-04-20 [email protected] Remove group_static_libs 2023-04-20 [email protected] (Manual) Roll Dawn from 27c772262048 to 9e9c4560752a (61 revisions) 2023-04-20 [email protected] Revert "Change Flutter to always use analytic AA" 2023-04-20 [email protected] Revert "[skottie] pass slot id to opacity callback" 2023-04-20 [email protected] Create a Raster Pipeline op to exchange src.rgba with memory. 2023-04-20 [email protected] [graphite] Make SkGradientShaderBase own the color and offset bitmap 2023-04-20 [email protected] Reland "Always run color space math in full-float within Ganesh" 2023-04-20 [email protected] Add BAZEL.build file for tools/gpu/mtl 2023-04-20 [email protected] [bazel] Support optional building of Ganesh Metal backend. 2023-04-20 [email protected] Revert "Wrap SkShader::program calls with #ifdef SK_ENABLE_SKVM." 2023-04-20 [email protected] Wrap SkShader::program calls with #ifdef SK_ENABLE_SKVM. 2023-04-20 [email protected] graphite-dawn: Use Depth24PlusStencil8 instead of Depth32FloatStencil8. 2023-04-20 [email protected] [graphite] Share boilerplate code in ProxyCacheTests 2023-04-20 [email protected] Add header guards to SkSLRasterPipelineBuilder.h. 2023-04-20 [email protected] Unposion stack allocated memory in arena allocs 2023-04-20 [email protected] Revert "Add a GN flag 'skia_enable_skvm'." 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],[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 84fcf28 commit 31a8333

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

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': 'f4609aa2eabac5b98f12ec4c87e8063ac70e3d87',
21+
'skia_revision': '524ecb58945e161f8be3713f2c0ca7d4529b7483',
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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: c2217f3ddc875d55857b668b7a4020ba
1+
Signature: 4af7cb589e99646e0577b74b03ca5b20
22

33
====================================================================================================
44
LIBRARY: etc1

0 commit comments

Comments
 (0)