From 7f523b4e7cfebdb82a84bd20fe77f419e9b75001 Mon Sep 17 00:00:00 2001 From: dawn-autoroll Date: Wed, 1 Feb 2023 21:47:35 +0000 Subject: [PATCH] Roll vulkan-deps from 3a3c74f6f46b to e7c6ae188c1b (8 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/3a3c74f6f46b..e7c6ae188c1b Changed dependencies: * spirv-tools: https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools.git/+log/8a0fe779e5..1a49b52188 * vulkan-loader: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader.git/+log/3bc9d7c0c5..ebb932a402 * vulkan-tools: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools.git/+log/df9d118bb1..e1940bd368 * vulkan-validation-layers: https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers.git/+log/4c85700f5c..4fab6d2571 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 alanbaker@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: alanbaker@google.com Change-Id: I5dcd8816a0860c98c03e7ea81f966fccf72e5ec0 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/118028 Kokoro: Kokoro Bot-Commit: Dawn Autoroller Commit-Queue: Dawn Autoroller --- DEPS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DEPS b/DEPS index 2d78fd9209..bc80ddf691 100644 --- a/DEPS +++ b/DEPS @@ -142,7 +142,7 @@ deps = { }, 'third_party/vulkan-deps': { - 'url': '{chromium_git}/vulkan-deps@3a3c74f6f46bf295092cad7c44cbc1af92ff9482', + 'url': '{chromium_git}/vulkan-deps@e7c6ae188c1b498e3aa0ddd999e7151a4f821c11', 'condition': 'dawn_standalone', },