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

Commit ff2f710

Browse files
Roll Skia from 9c9757c5d17d to 2b76d1113497 (2 revisions) (#45518)
https://skia.googlesource.com/skia.git/+log/9c9757c5d17d..2b76d1113497 2023-09-06 [email protected] [graphite] Add VulkanRenderPass wrapper class 2023-09-06 [email protected] Basic comparison for two segments on sweepline 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 aa91180 commit ff2f710

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': '9c9757c5d17d2e0a13461f7343116a530a7ca404',
21+
'skia_revision': '2b76d1113497e51caa819efc29a4d0aa4c85b725',
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: 4aa47856082884f7d54611b40f501be0
1+
Signature: 1c29498dd42162a6e735496b20bf7bfc
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8978,6 +8978,8 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp +
89788978
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.h + ../../../third_party/skia/LICENSE
89798979
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.cpp + ../../../third_party/skia/LICENSE
89808980
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.h + ../../../third_party/skia/LICENSE
8981+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.cpp + ../../../third_party/skia/LICENSE
8982+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.h + ../../../third_party/skia/LICENSE
89818983
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp + ../../../third_party/skia/LICENSE
89828984
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.h + ../../../third_party/skia/LICENSE
89838985
ORIGIN: ../../../third_party/skia/src/image/SkImageGeneratorPriv.h + ../../../third_party/skia/LICENSE
@@ -9235,6 +9237,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.cpp
92359237
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanDescriptorSet.h
92369238
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.cpp
92379239
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphicsPipeline.h
9240+
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.cpp
9241+
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanRenderPass.h
92389242
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.cpp
92399243
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSampler.h
92409244
FILE: ../../../third_party/skia/src/image/SkImageGeneratorPriv.h

0 commit comments

Comments
 (0)