From d2263328b25aa9cdc6cd1aff8985471a966bf4ab Mon Sep 17 00:00:00 2001 From: dawn-autoroll Date: Mon, 3 Apr 2023 22:17:46 +0000 Subject: [PATCH] Roll vulkan-deps from e35ee1dc96a6 to 63cf73c094d1 (6 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/e35ee1dc96a6..63cf73c094d1 Changed dependencies: * glslang: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang.git/+log/f8a2442a16..adcc7e8163 * spirv-tools: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/6b72fe20c5..ac335c7634 * vulkan-validation-layers: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/295b40127b..21078b582d 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 kainino@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: kainino@google.com Change-Id: Ic32a3f0448148d4dd945f8f75546fe6beb33ea2b Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/126320 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 60393ac7c8..d506a6b76e 100644 --- a/DEPS +++ b/DEPS @@ -142,7 +142,7 @@ deps = { }, 'third_party/vulkan-deps': { - 'url': '{chromium_git}/vulkan-deps@e35ee1dc96a636fcba0cb8ed6f9cca01192b9261', + 'url': '{chromium_git}/vulkan-deps@63cf73c094d1ba23b200cb9aba35a04afa56a7c7', 'condition': 'dawn_standalone', },