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

Commit 91dc964

Browse files
Roll Skia from eca2fed907ac to 34fb45763ef7 (3 revisions) (#38425)
https://skia.googlesource.com/skia.git/+log/eca2fed907ac..34fb45763ef7 2022-12-20 [email protected] [Graphite] Move logic for creating Vulkan Context into Vulkan only file. 2022-12-20 [email protected] Support uniform declarations while compiling. 2022-12-20 [email protected] [includes] Enforce IWYU on SkCubicMap and SkGlyph 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 d4929a7 commit 91dc964

File tree

2 files changed

+10
-6
lines changed

2 files changed

+10
-6
lines changed

DEPS

+1-1
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': 'eca2fed907ac79e2bb33528c7e3773369fc9774b',
21+
'skia_revision': '34fb45763ef714b4ab043d4f6061e8138a15181c',
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

+9-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
Signature: 12cc5c5f5a3c1d55f747d0b16a21c8f5
1+
Signature: 6d39cce895bafdb306803e27dbd7058c
22

33
====================================================================================================
44
LIBRARY: etc1
@@ -8288,6 +8288,7 @@ ORIGIN: ../../../third_party/skia/include/gpu/GpuTypes.h + ../../../third_party/
82888288
ORIGIN: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h + ../../../third_party/skia/LICENSE
82898289
ORIGIN: ../../../third_party/skia/include/gpu/graphite/ImageProvider.h + ../../../third_party/skia/LICENSE
82908290
ORIGIN: ../../../third_party/skia/include/gpu/graphite/dawn/DawnBackendContext.h + ../../../third_party/skia/LICENSE
8291+
ORIGIN: ../../../third_party/skia/include/gpu/graphite/vk/VulkanGraphiteUtils.h + ../../../third_party/skia/LICENSE
82918292
ORIGIN: ../../../third_party/skia/include/gpu/vk/VulkanBackendContext.h + ../../../third_party/skia/LICENSE
82928293
ORIGIN: ../../../third_party/skia/include/private/SkAlignedStorage.h + ../../../third_party/skia/LICENSE
82938294
ORIGIN: ../../../third_party/skia/include/private/SkTypeTraits.h + ../../../third_party/skia/LICENSE
@@ -8443,7 +8444,8 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCaps.cpp + ../../../
84438444
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCaps.h + ../../../third_party/skia/LICENSE
84448445
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.cpp + ../../../third_party/skia/LICENSE
84458446
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.h + ../../../third_party/skia/LICENSE
8446-
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtils.h + ../../../third_party/skia/LICENSE
8447+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtils.cpp + ../../../third_party/skia/LICENSE
8448+
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtilsPriv.h + ../../../third_party/skia/LICENSE
84478449
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.cpp + ../../../third_party/skia/LICENSE
84488450
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.h + ../../../third_party/skia/LICENSE
84498451
ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.cpp + ../../../third_party/skia/LICENSE
@@ -8455,7 +8457,7 @@ ORIGIN: ../../../third_party/skia/src/gpu/graphite/vk/VulkanTexture.h + ../../..
84558457
ORIGIN: ../../../third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.cpp + ../../../third_party/skia/LICENSE
84568458
ORIGIN: ../../../third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.h + ../../../third_party/skia/LICENSE
84578459
ORIGIN: ../../../third_party/skia/src/gpu/tessellate/LinearTolerances.h + ../../../third_party/skia/LICENSE
8458-
ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanUtils.h + ../../../third_party/skia/LICENSE
8460+
ORIGIN: ../../../third_party/skia/src/gpu/vk/VulkanUtilsPriv.h + ../../../third_party/skia/LICENSE
84598461
ORIGIN: ../../../third_party/skia/src/shaders/SkEmptyShader.cpp + ../../../third_party/skia/LICENSE
84608462
ORIGIN: ../../../third_party/skia/src/shaders/gradients/SkGradientShaderBase.cpp + ../../../third_party/skia/LICENSE
84618463
ORIGIN: ../../../third_party/skia/src/sksl/SkSLModuleLoader.cpp + ../../../third_party/skia/LICENSE
@@ -8494,6 +8496,7 @@ FILE: ../../../third_party/skia/include/gpu/GpuTypes.h
84948496
FILE: ../../../third_party/skia/include/gpu/graphite/ContextOptions.h
84958497
FILE: ../../../third_party/skia/include/gpu/graphite/ImageProvider.h
84968498
FILE: ../../../third_party/skia/include/gpu/graphite/dawn/DawnBackendContext.h
8499+
FILE: ../../../third_party/skia/include/gpu/graphite/vk/VulkanGraphiteUtils.h
84978500
FILE: ../../../third_party/skia/include/gpu/vk/VulkanBackendContext.h
84988501
FILE: ../../../third_party/skia/include/private/SkAlignedStorage.h
84998502
FILE: ../../../third_party/skia/include/private/SkTypeTraits.h
@@ -8649,7 +8652,8 @@ FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCaps.cpp
86498652
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCaps.h
86508653
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.cpp
86518654
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanCommandBuffer.h
8652-
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtils.h
8655+
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtils.cpp
8656+
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanGraphiteUtilsPriv.h
86538657
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.cpp
86548658
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanQueueManager.h
86558659
FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanResourceProvider.cpp
@@ -8661,7 +8665,7 @@ FILE: ../../../third_party/skia/src/gpu/graphite/vk/VulkanTexture.h
86618665
FILE: ../../../third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.cpp
86628666
FILE: ../../../third_party/skia/src/gpu/tessellate/FixedCountBufferUtils.h
86638667
FILE: ../../../third_party/skia/src/gpu/tessellate/LinearTolerances.h
8664-
FILE: ../../../third_party/skia/src/gpu/vk/VulkanUtils.h
8668+
FILE: ../../../third_party/skia/src/gpu/vk/VulkanUtilsPriv.h
86658669
FILE: ../../../third_party/skia/src/shaders/SkEmptyShader.cpp
86668670
FILE: ../../../third_party/skia/src/shaders/gradients/SkGradientShaderBase.cpp
86678671
FILE: ../../../third_party/skia/src/sksl/SkSLModuleLoader.cpp

0 commit comments

Comments
 (0)