Roll vulkan-deps from b9aab6c35f37 to dc66dc1518a9 (13 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/b9aab6c35f37..dc66dc1518a9 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/fc9889c889561c5882e83819dcaffef5ed45529b..c39c0fea849b42980886b7344119067251ce2bf5 https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/b6a83226d75d15b1733d35ee9e26b8f895ecffcb..783d7033613cedaa7147d0700b517abc5c32312d https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/409c16be502e39fe70dd6fe2d9ad4842ef2c9a53..e2e53a724677f6eba8ff0ce1ccb64ee321785cbd https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader/+log/fb78607414e154c7a5c01b23177ba719c8a44909..2526eacfc128d36e9a41acad7726e23343d711be https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/0b8196724e4ad28cc7459b82a9b75f252c08cb3e..682e42f7ae70a8fadf374199c02de737daa5c70d https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/6530df51e0db74d50241c3a0f2c2798e99d0d9dd..c126e2250b57d00d70ab7d9b48c93f7b94e0d358 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 cwallez@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://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: cwallez@google.com Change-Id: I690ac86b5e960ed9ccebdce5b38813b0d777bb43 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/239196 Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS index b7b5175..ff1ed14 100644 --- a/DEPS +++ b/DEPS
@@ -280,12 +280,12 @@ }, 'third_party/vulkan-deps': { - 'url': '{chromium_git}/vulkan-deps@b9aab6c35f37e6532011ddab976c3ca71819c074', + 'url': '{chromium_git}/vulkan-deps@dc66dc1518a938c1e25e82cdd408918f8e474076', 'condition': 'dawn_standalone', }, 'third_party/glslang/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@fc9889c889561c5882e83819dcaffef5ed45529b', + 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@c39c0fea849b42980886b7344119067251ce2bf5', 'condition': 'dawn_standalone', }, @@ -300,22 +300,22 @@ }, 'third_party/spirv-tools/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@b6a83226d75d15b1733d35ee9e26b8f895ecffcb', + 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@783d7033613cedaa7147d0700b517abc5c32312d', 'condition': 'dawn_standalone', }, 'third_party/vulkan-headers/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@409c16be502e39fe70dd6fe2d9ad4842ef2c9a53', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@e2e53a724677f6eba8ff0ce1ccb64ee321785cbd', 'condition': 'dawn_standalone', }, 'third_party/vulkan-loader/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@fb78607414e154c7a5c01b23177ba719c8a44909', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@2526eacfc128d36e9a41acad7726e23343d711be', 'condition': 'dawn_standalone', }, 'third_party/vulkan-tools/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@0b8196724e4ad28cc7459b82a9b75f252c08cb3e', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@682e42f7ae70a8fadf374199c02de737daa5c70d', 'condition': 'dawn_standalone', }, @@ -325,7 +325,7 @@ }, 'third_party/vulkan-validation-layers/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@6530df51e0db74d50241c3a0f2c2798e99d0d9dd', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@c126e2250b57d00d70ab7d9b48c93f7b94e0d358', 'condition': 'dawn_standalone', },
diff --git a/third_party/glslang/src b/third_party/glslang/src index fc9889c..c39c0fe 160000 --- a/third_party/glslang/src +++ b/third_party/glslang/src
@@ -1 +1 @@ -Subproject commit fc9889c889561c5882e83819dcaffef5ed45529b +Subproject commit c39c0fea849b42980886b7344119067251ce2bf5
diff --git a/third_party/spirv-tools/src b/third_party/spirv-tools/src index b6a8322..783d703 160000 --- a/third_party/spirv-tools/src +++ b/third_party/spirv-tools/src
@@ -1 +1 @@ -Subproject commit b6a83226d75d15b1733d35ee9e26b8f895ecffcb +Subproject commit 783d7033613cedaa7147d0700b517abc5c32312d
diff --git a/third_party/vulkan-deps b/third_party/vulkan-deps index b9aab6c..dc66dc1 160000 --- a/third_party/vulkan-deps +++ b/third_party/vulkan-deps
@@ -1 +1 @@ -Subproject commit b9aab6c35f37e6532011ddab976c3ca71819c074 +Subproject commit dc66dc1518a938c1e25e82cdd408918f8e474076
diff --git a/third_party/vulkan-headers/src b/third_party/vulkan-headers/src index 409c16b..e2e53a7 160000 --- a/third_party/vulkan-headers/src +++ b/third_party/vulkan-headers/src
@@ -1 +1 @@ -Subproject commit 409c16be502e39fe70dd6fe2d9ad4842ef2c9a53 +Subproject commit e2e53a724677f6eba8ff0ce1ccb64ee321785cbd
diff --git a/third_party/vulkan-loader/src b/third_party/vulkan-loader/src index fb78607..2526eac 160000 --- a/third_party/vulkan-loader/src +++ b/third_party/vulkan-loader/src
@@ -1 +1 @@ -Subproject commit fb78607414e154c7a5c01b23177ba719c8a44909 +Subproject commit 2526eacfc128d36e9a41acad7726e23343d711be
diff --git a/third_party/vulkan-tools/src b/third_party/vulkan-tools/src index 0b81967..682e42f 160000 --- a/third_party/vulkan-tools/src +++ b/third_party/vulkan-tools/src
@@ -1 +1 @@ -Subproject commit 0b8196724e4ad28cc7459b82a9b75f252c08cb3e +Subproject commit 682e42f7ae70a8fadf374199c02de737daa5c70d
diff --git a/third_party/vulkan-validation-layers/src b/third_party/vulkan-validation-layers/src index 6530df5..c126e22 160000 --- a/third_party/vulkan-validation-layers/src +++ b/third_party/vulkan-validation-layers/src
@@ -1 +1 @@ -Subproject commit 6530df51e0db74d50241c3a0f2c2798e99d0d9dd +Subproject commit c126e2250b57d00d70ab7d9b48c93f7b94e0d358