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

Commit 3f0c3d9

Browse files
Roll Skia from 0f9cdfafa145 to b934b9d63b3f (4 revisions)
https://skia.googlesource.com/skia.git/+log/0f9cdfafa145..b934b9d63b3f 2022-10-18 [email protected] [graphite] Add release callback to Texture 2022-10-18 [email protected] [infra] Update infra dep to bump kitchen version 2022-10-18 [email protected] [Graphite] Share some vulkan util helper functions. 2022-10-18 [email protected] Revert "[graphite] Add transferPixels to RecorderPriv." 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 0cec24f commit 3f0c3d9

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
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': '0f9cdfafa14548248e0c7304e82b3a4b010df493',
21+
'skia_revision': 'b934b9d63b3f6fc35d4ba9c267c84db06cb8e4c3',
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 & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 04bf7a8e2add916bd5cc3c54df48a01f
1+
Signature: 0c90598cbe876e0f1033c756072a52a2
22

33
UNUSED LICENSES:
44

@@ -7897,16 +7897,17 @@ FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCaps.cpp
78977897
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCaps.h
78987898
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.cpp
78997899
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.h
7900+
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtils.h
79007901
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.cpp
79017902
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.h
79027903
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.cpp
79037904
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.h
79047905
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSharedContext.cpp
79057906
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanSharedContext.h
7906-
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanUtils.h
79077907
FILE: ../../../third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.cpp
79087908
FILE: ../../../third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.h
79097909
FILE: ../../../third_party/skia/src/gpu/tessellate/LinearTolerances.h
7910+
FILE: ../../../third_party/skia/src/gpu/vk/VulkanUtils.h
79107911
FILE: ../../../third_party/skia/src/shaders/SkEmptyShader.cpp
79117912
FILE: ../../../third_party/skia/src/shaders/gradients/SkGradientShaderBase.cpp
79127913
FILE: ../../../third_party/skia/src/sksl/SkSLModuleLoader.cpp

0 commit comments

Comments
 (0)