Roll vulkan-deps from 5e97ca13797b to f236b7ac474d (8 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/5e97ca13797b..f236b7ac474d Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/f33fa78f889a176db127e323064f86501e7a679a..4056002eb2401b9406e78b9ea71fd0ce65737ebe https://chromium.googlesource.com/external/github.com/KhronosGroup/SPIRV-Tools/+log/7806d0a7006b51979b891d807ae285e1f3554b36..257a227fbadf8176ea386c7d8fb9b889cbf08640 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/2cd90f9d20df57eac214c148f3aed885372ddcfe..7cff847503174e2049b08253ee5f30428866fea3 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/e14ac8c7545d7397bc6e902fec716a8a10995f4d..9c4e3e0816b388488dce9cc25fd6e5cc465358d0 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 gman@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: gman@google.com Change-Id: I793a8d3278ed01b5d4e63a4649457a85cac7f9fc Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/252334 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 e91ee56..9f89c54 100644 --- a/DEPS +++ b/DEPS
@@ -281,12 +281,12 @@ }, 'third_party/vulkan-deps': { - 'url': '{chromium_git}/vulkan-deps@5e97ca13797bc02c2ea50664bc36ddcca3f79703', + 'url': '{chromium_git}/vulkan-deps@f236b7ac474d27c9720357a6f4498d03ef97f8ae', 'condition': 'dawn_standalone', }, 'third_party/glslang/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@f33fa78f889a176db127e323064f86501e7a679a', + 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@4056002eb2401b9406e78b9ea71fd0ce65737ebe', 'condition': 'dawn_standalone', }, @@ -301,12 +301,12 @@ }, 'third_party/spirv-tools/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@7806d0a7006b51979b891d807ae285e1f3554b36', + 'url': '{chromium_git}/external/github.com/KhronosGroup/SPIRV-Tools@257a227fbadf8176ea386c7d8fb9b889cbf08640', 'condition': 'dawn_standalone', }, 'third_party/vulkan-headers/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@2cd90f9d20df57eac214c148f3aed885372ddcfe', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@7cff847503174e2049b08253ee5f30428866fea3', 'condition': 'dawn_standalone', }, @@ -326,7 +326,7 @@ }, 'third_party/vulkan-validation-layers/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@e14ac8c7545d7397bc6e902fec716a8a10995f4d', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@9c4e3e0816b388488dce9cc25fd6e5cc465358d0', 'condition': 'dawn_standalone', },
diff --git a/third_party/glslang/src b/third_party/glslang/src index f33fa78..4056002 160000 --- a/third_party/glslang/src +++ b/third_party/glslang/src
@@ -1 +1 @@ -Subproject commit f33fa78f889a176db127e323064f86501e7a679a +Subproject commit 4056002eb2401b9406e78b9ea71fd0ce65737ebe
diff --git a/third_party/spirv-tools/src b/third_party/spirv-tools/src index 7806d0a..257a227 160000 --- a/third_party/spirv-tools/src +++ b/third_party/spirv-tools/src
@@ -1 +1 @@ -Subproject commit 7806d0a7006b51979b891d807ae285e1f3554b36 +Subproject commit 257a227fbadf8176ea386c7d8fb9b889cbf08640
diff --git a/third_party/vulkan-deps b/third_party/vulkan-deps index 5e97ca1..f236b7a 160000 --- a/third_party/vulkan-deps +++ b/third_party/vulkan-deps
@@ -1 +1 @@ -Subproject commit 5e97ca13797bc02c2ea50664bc36ddcca3f79703 +Subproject commit f236b7ac474d27c9720357a6f4498d03ef97f8ae
diff --git a/third_party/vulkan-headers/src b/third_party/vulkan-headers/src index 2cd90f9..7cff847 160000 --- a/third_party/vulkan-headers/src +++ b/third_party/vulkan-headers/src
@@ -1 +1 @@ -Subproject commit 2cd90f9d20df57eac214c148f3aed885372ddcfe +Subproject commit 7cff847503174e2049b08253ee5f30428866fea3
diff --git a/third_party/vulkan-validation-layers/src b/third_party/vulkan-validation-layers/src index e14ac8c..9c4e3e0 160000 --- a/third_party/vulkan-validation-layers/src +++ b/third_party/vulkan-validation-layers/src
@@ -1 +1 @@ -Subproject commit e14ac8c7545d7397bc6e902fec716a8a10995f4d +Subproject commit 9c4e3e0816b388488dce9cc25fd6e5cc465358d0