From 8d98efaaa79568d765f698c11819a058547db9a7 Mon Sep 17 00:00:00 2001 From: dawn-autoroll Date: Wed, 1 Jun 2022 12:59:49 +0000 Subject: [PATCH] Roll vulkan-deps from ba231aba2243 to 23b710f1a0b3 (5 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/ba231aba2243..23b710f1a0b3 Changed dependencies: * glslang: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang.git/+log/7dda6a6347..316f12ac1d * spirv-headers: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Headers.git/+log/5a12186692..b2a156e1c0 * spirv-tools: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/130a05d2e3..b930e734ea * vulkan-loader: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader.git/+log/9308d2f8f1..5437a0854f 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: I1d7d8d5bec28d7870dce6712b5acd5167ec53dae Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/92203 Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller Kokoro: Kokoro --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 0cf1e691c8..d26f32adf8 100644 --- a/DEPS +++ b/DEPS @@ -139,7 +139,7 @@ deps = { }, 'third_party/vulkan-deps': { - 'url': '{chromium_git}/vulkan-deps@ba231aba224387afee7eb9ac2869c0063f3d89e0', + 'url': '{chromium_git}/vulkan-deps@23b710f1a0b3c44d51035c6400a554415f95d9c6', 'condition': 'dawn_standalone', },