From 6492547d15cf6d53c2e6b83e777a80aecfa573fc Mon Sep 17 00:00:00 2001 From: dawn-autoroll Date: Wed, 17 May 2023 04:16:12 +0000 Subject: [PATCH] Roll vulkan-deps from 1c207a160274 to aa7040d649de (11 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/1c207a160274..aa7040d649de Changed dependencies: * glslang: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang.git/+log/1e4955adbc..f697b55c92 * spirv-cross: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Cross.git/+log/7cb2f62e3b..28b11e010a * spirv-tools: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/17a26b45ff..e7c6084fd1 * vulkan-loader: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader.git/+log/6c787b7fb3..823209c89e * vulkan-validation-layers: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/3b751c4e96..caffe03365 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 bajones@google.com,webgpu-developers@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: bajones@google.com Change-Id: Ib8b0bd48fcfe3c55bd88ded60df31397bdc9bd1c Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/133280 Commit-Queue: Dawn Autoroller Bot-Commit: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index b1fc1bb757..6d565e4784 100644 --- a/DEPS +++ b/DEPS @@ -146,7 +146,7 @@ deps = { }, 'third_party/vulkan-deps': { - 'url': '{chromium_git}/vulkan-deps@1c207a1602741d1a49fe6ad6d3cb075200f4e2b8', + 'url': '{chromium_git}/vulkan-deps@aa7040d649deecabe971c54e6501cdce0ac9507b', 'condition': 'dawn_standalone', },