From 0eba1ca6b212f1cf3a487cca4f386106fec6a114 Mon Sep 17 00:00:00 2001 From: dawn-autoroll Date: Tue, 17 Jan 2023 13:16:17 +0000 Subject: [PATCH] Roll vulkan-deps from 5e280f6b66a2 to 8c95181d1b73 (10 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/5e280f6b66a2..8c95181d1b73 Changed dependencies: * spirv-cross: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross.git/+log/6bba45d2a3..4212eef67e * vulkan-loader: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader.git/+log/57ed0d5ac3..4b705abe08 * vulkan-validation-layers: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/5cd199be1d..e874d3291b If this roll has caused a breakage, revert this CL and stop the roller using the controls here: https://autoroll.skia.org/r/vulkan-deps-dawn-autoroll Please CC lokokung@google.com on the revert to ensure that a human is aware of the problem. To file a bug in Dawn: https://bugs.chromium.org/p/dawn/issues/entry 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 Bug: None Tbr: lokokung@google.com Change-Id: Ic182caf0ff94937c85561a1ab570f672732fec80 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/117165 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index c51f28dd1e..e196c55e01 100644 --- a/DEPS +++ b/DEPS @@ -142,7 +142,7 @@ deps = { }, 'third_party/vulkan-deps': { - 'url': '{chromium_git}/vulkan-deps@5e280f6b66a22ce9611f4ac28b1a40e1b82ee6ec', + 'url': '{chromium_git}/vulkan-deps@8c95181d1b730d92e4f637da06e6148fb39f59ef', 'condition': 'dawn_standalone', },