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

Commit 9d63beb

Browse files
Roll Skia from a12a999cbd09 to 0c979da775be (1 revision) (#41935)
https://skia.googlesource.com/skia.git/+log/a12a999cbd09..0c979da775be 2023-05-11 [email protected] [graphite][compute] Introduce VelloRenderer 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 935dc94 commit 9d63beb

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': 'a12a999cbd09f6b5013ef8752a88df484029ab3b',
21+
'skia_revision': '0c979da775beb5a3fa6c5ad43120fdf4ae528ce8',
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: 3931987c8847e0b901bf372320eb0e5c
1+
Signature: 20ca15bc638816ba30bd18f95a6c22de
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -9004,6 +9004,8 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.cpp + .
90049004
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.h + ../../../third_party/skia/LICENSE
90059005
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.cpp + ../../../third_party/skia/LICENSE
90069006
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.h + ../../../third_party/skia/LICENSE
9007+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.cpp + ../../../third_party/skia/LICENSE
9008+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.h + ../../../third_party/skia/LICENSE
90079009
ORIGIN: ../../../third_party/skia/src/gpu/graphite/geom/EdgeAAQuad.h + ../../../third_party/skia/LICENSE
90089010
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.cpp + ../../../third_party/skia/LICENSE
90099011
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h + ../../../third_party/skia/LICENSE
@@ -9112,6 +9114,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.cpp
91129114
FILE: ../../../third_party/skia/src/gpu/graphite/compute/DispatchGroup.h
91139115
FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.cpp
91149116
FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloComputeSteps.h
9117+
FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.cpp
9118+
FILE: ../../../third_party/skia/src/gpu/graphite/compute/VelloRenderer.h
91159119
FILE: ../../../third_party/skia/src/gpu/graphite/geom/EdgeAAQuad.h
91169120
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.cpp
91179121
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorPool.h

0 commit comments

Comments
 (0)