From 25c693c96d87507b942b56ccaad843d404351d28 Mon Sep 17 00:00:00 2001 From: angle-autoroll Date: Sun, 15 Sep 2024 00:03:38 +0000 Subject: [PATCH] Manual roll vulkan-deps from cafccf56bad4 to 85337aef88cb (5 revisions) Manual roll requested by yuxinhu@google.com https://chromium.googlesource.com/vulkan-deps.git/+log/cafccf56bad4..85337aef88cb Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/dc1012140e015d43711514d1294ac6f626890a40..708d560c23d99e028722b7e98710371cca56fe5b https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/7c9210cc1d82e8bf0ca969a88db069c83d838398..4451f6ab13dda98bf255a7cd7b4d120132dc0dfd https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/ea5774a13e3017b6d5d79af6fba9f0d72ca5c61a..eb62fb38a538cde41b1180ec182ba923455a49ee https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/884762aed0beff0f312c900c104d130479758ac9..ff33a4e06ba7b0a7d7253f7b9c4b2dc2a1a53cc0 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-angle-autoroll Please CC angle-team@google.com,yuxinhu@google.com on the revert to ensure that a human is aware of the problem. To file a bug in ANGLE: https://bugs.chromium.org/p/angleproject/issues/entry To report a problem with the AutoRoller itself, please file a bug: https://issues.skia.org/issues/new?component=1389291&template=1850622 Documentation for the AutoRoller is here: https://skia.googlesource.com/buildbot/+doc/main/autoroll/README.md Bug: None Tbr: yuxinhu@google.com Change-Id: I23586f232d80f50a713483b5f2222b625ad395e2 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/5863489 Commit-Queue: angle-autoroll Bot-Commit: angle-autoroll --- DEPS | 10 +++++----- third_party/glslang/src | 2 +- third_party/spirv-tools/src | 2 +- third_party/vulkan-deps | 2 +- third_party/vulkan-utility-libraries/src | 2 +- third_party/vulkan-validation-layers/src | 2 +- 6 files changed, 10 insertions(+), 10 deletions(-) diff --git a/DEPS b/DEPS index a665c6a67b0..e5741086ff6 100644 --- a/DEPS +++ b/DEPS @@ -976,12 +976,12 @@ deps = { }, 'third_party/vulkan-deps': { - 'url': Var('chromium_git') + '/vulkan-deps@cafccf56bad47e3ed70c299e511580539cb70f6c', + 'url': Var('chromium_git') + '/vulkan-deps@85337aef88cb64c002505cb76e26887f64f0668b', 'condition': 'not build_with_chromium', }, 'third_party/glslang/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@dc1012140e015d43711514d1294ac6f626890a40', + 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@708d560c23d99e028722b7e98710371cca56fe5b', 'condition': 'not build_with_chromium', }, @@ -1001,7 +1001,7 @@ deps = { }, 'third_party/spirv-tools/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@7c9210cc1d82e8bf0ca969a88db069c83d838398', + 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@4451f6ab13dda98bf255a7cd7b4d120132dc0dfd', 'condition': 'not build_with_chromium', }, @@ -1021,12 +1021,12 @@ deps = { }, 'third_party/vulkan-utility-libraries/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@ea5774a13e3017b6d5d79af6fba9f0d72ca5c61a', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@eb62fb38a538cde41b1180ec182ba923455a49ee', 'condition': 'not build_with_chromium', }, 'third_party/vulkan-validation-layers/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@884762aed0beff0f312c900c104d130479758ac9', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@ff33a4e06ba7b0a7d7253f7b9c4b2dc2a1a53cc0', 'condition': 'not build_with_chromium', }, diff --git a/third_party/glslang/src b/third_party/glslang/src index dc1012140e0..708d560c23d 160000 --- a/third_party/glslang/src +++ b/third_party/glslang/src @@ -1 +1 @@ -Subproject commit dc1012140e015d43711514d1294ac6f626890a40 +Subproject commit 708d560c23d99e028722b7e98710371cca56fe5b diff --git a/third_party/spirv-tools/src b/third_party/spirv-tools/src index 7c9210cc1d8..4451f6ab13d 160000 --- a/third_party/spirv-tools/src +++ b/third_party/spirv-tools/src @@ -1 +1 @@ -Subproject commit 7c9210cc1d82e8bf0ca969a88db069c83d838398 +Subproject commit 4451f6ab13dda98bf255a7cd7b4d120132dc0dfd diff --git a/third_party/vulkan-deps b/third_party/vulkan-deps index cafccf56bad..85337aef88c 160000 --- a/third_party/vulkan-deps +++ b/third_party/vulkan-deps @@ -1 +1 @@ -Subproject commit cafccf56bad47e3ed70c299e511580539cb70f6c +Subproject commit 85337aef88cb64c002505cb76e26887f64f0668b diff --git a/third_party/vulkan-utility-libraries/src b/third_party/vulkan-utility-libraries/src index ea5774a13e3..eb62fb38a53 160000 --- a/third_party/vulkan-utility-libraries/src +++ b/third_party/vulkan-utility-libraries/src @@ -1 +1 @@ -Subproject commit ea5774a13e3017b6d5d79af6fba9f0d72ca5c61a +Subproject commit eb62fb38a538cde41b1180ec182ba923455a49ee diff --git a/third_party/vulkan-validation-layers/src b/third_party/vulkan-validation-layers/src index 884762aed0b..ff33a4e06ba 160000 --- a/third_party/vulkan-validation-layers/src +++ b/third_party/vulkan-validation-layers/src @@ -1 +1 @@ -Subproject commit 884762aed0beff0f312c900c104d130479758ac9 +Subproject commit ff33a4e06ba7b0a7d7253f7b9c4b2dc2a1a53cc0