Roll vulkan-deps from 727d988c641f to c42dd8c6ffc3 (16 revisions) https://chromium.googlesource.com/vulkan-deps.git/+log/727d988c641f..c42dd8c6ffc3 Also rolling transitive DEPS: https://chromium.googlesource.com/external/github.com/KhronosGroup/glslang/+log/38c07d3d8b744779e195bb159c17f0daad5a2480..6cfcfaf1985a765c1691f12d413a2fd2945e918f https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Headers/+log/6aefb8eb95c8e170d0805fd0f2d02832ec1e099a..65586d13fb197279942581ba9c2eb2c6b664487c https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Loader/+log/ce04129aceb2d3f592b0bd6b4ecde0c5f020fafd..65e5428032e4ccb2e064fa8691b96e61701d5956 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Tools/+log/013058f74e2356347f8d9317233bc769816c9dfb..2a3347d5e74d359e3ecb8e229917f3335bfa2dfa https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-Utility-Libraries/+log/ba452bad58bb4d4c64d7fbd872bf69f70141510e..9aa2c08f82e3fb18d43e37e44015a79af7f3b672 https://chromium.googlesource.com/external/github.com/KhronosGroup/Vulkan-ValidationLayers/+log/23a4962b826d96d12c7050bbc6d21d3d9c248401..c1054dbc91e22cb6d99bf5b0766c4efb18dc2bd6 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 shrekshao@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: shrekshao@google.com Change-Id: I27265b5597669017e1efe96191f84dca0a49e090 Reviewed-on: https://dawn-review.googlesource.com/c/dawn/+/276294 Commit-Queue: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com> Bot-Commit: Dawn Autoroller <dawn-autoroll@skia-public.iam.gserviceaccount.com>
diff --git a/DEPS b/DEPS index a428009..b5bdf84 100644 --- a/DEPS +++ b/DEPS
@@ -302,12 +302,12 @@ }, 'third_party/vulkan-deps': { - 'url': '{chromium_git}/vulkan-deps@727d988c641f620e6265911fb3bafe26be55640b', + 'url': '{chromium_git}/vulkan-deps@c42dd8c6ffc3d38b86ddfdb16cccb5851e3ea86f', 'condition': 'dawn_standalone', }, 'third_party/glslang/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@38c07d3d8b744779e195bb159c17f0daad5a2480', + 'url': '{chromium_git}/external/github.com/KhronosGroup/glslang@6cfcfaf1985a765c1691f12d413a2fd2945e918f', 'condition': 'dawn_standalone', }, @@ -322,27 +322,27 @@ }, 'third_party/vulkan-headers/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@6aefb8eb95c8e170d0805fd0f2d02832ec1e099a', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Headers@65586d13fb197279942581ba9c2eb2c6b664487c', 'condition': 'dawn_standalone', }, 'third_party/vulkan-loader/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@ce04129aceb2d3f592b0bd6b4ecde0c5f020fafd', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Loader@65e5428032e4ccb2e064fa8691b96e61701d5956', 'condition': 'dawn_standalone', }, 'third_party/vulkan-tools/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@013058f74e2356347f8d9317233bc769816c9dfb', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Tools@2a3347d5e74d359e3ecb8e229917f3335bfa2dfa', 'condition': 'dawn_standalone', }, 'third_party/vulkan-utility-libraries/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@ba452bad58bb4d4c64d7fbd872bf69f70141510e', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-Utility-Libraries@9aa2c08f82e3fb18d43e37e44015a79af7f3b672', 'condition': 'dawn_standalone', }, 'third_party/vulkan-validation-layers/src': { - 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@23a4962b826d96d12c7050bbc6d21d3d9c248401', + 'url': '{chromium_git}/external/github.com/KhronosGroup/Vulkan-ValidationLayers@c1054dbc91e22cb6d99bf5b0766c4efb18dc2bd6', 'condition': 'dawn_standalone', },
diff --git a/third_party/glslang/src b/third_party/glslang/src index 38c07d3..6cfcfaf 160000 --- a/third_party/glslang/src +++ b/third_party/glslang/src
@@ -1 +1 @@ -Subproject commit 38c07d3d8b744779e195bb159c17f0daad5a2480 +Subproject commit 6cfcfaf1985a765c1691f12d413a2fd2945e918f
diff --git a/third_party/vulkan-deps b/third_party/vulkan-deps index 727d988..c42dd8c 160000 --- a/third_party/vulkan-deps +++ b/third_party/vulkan-deps
@@ -1 +1 @@ -Subproject commit 727d988c641f620e6265911fb3bafe26be55640b +Subproject commit c42dd8c6ffc3d38b86ddfdb16cccb5851e3ea86f
diff --git a/third_party/vulkan-headers/src b/third_party/vulkan-headers/src index 6aefb8e..65586d1 160000 --- a/third_party/vulkan-headers/src +++ b/third_party/vulkan-headers/src
@@ -1 +1 @@ -Subproject commit 6aefb8eb95c8e170d0805fd0f2d02832ec1e099a +Subproject commit 65586d13fb197279942581ba9c2eb2c6b664487c
diff --git a/third_party/vulkan-loader/src b/third_party/vulkan-loader/src index ce04129..65e5428 160000 --- a/third_party/vulkan-loader/src +++ b/third_party/vulkan-loader/src
@@ -1 +1 @@ -Subproject commit ce04129aceb2d3f592b0bd6b4ecde0c5f020fafd +Subproject commit 65e5428032e4ccb2e064fa8691b96e61701d5956
diff --git a/third_party/vulkan-tools/src b/third_party/vulkan-tools/src index 013058f..2a3347d 160000 --- a/third_party/vulkan-tools/src +++ b/third_party/vulkan-tools/src
@@ -1 +1 @@ -Subproject commit 013058f74e2356347f8d9317233bc769816c9dfb +Subproject commit 2a3347d5e74d359e3ecb8e229917f3335bfa2dfa
diff --git a/third_party/vulkan-utility-libraries/src b/third_party/vulkan-utility-libraries/src index ba452ba..9aa2c08 160000 --- a/third_party/vulkan-utility-libraries/src +++ b/third_party/vulkan-utility-libraries/src
@@ -1 +1 @@ -Subproject commit ba452bad58bb4d4c64d7fbd872bf69f70141510e +Subproject commit 9aa2c08f82e3fb18d43e37e44015a79af7f3b672
diff --git a/third_party/vulkan-validation-layers/src b/third_party/vulkan-validation-layers/src index 23a4962..c1054db 160000 --- a/third_party/vulkan-validation-layers/src +++ b/third_party/vulkan-validation-layers/src
@@ -1 +1 @@ -Subproject commit 23a4962b826d96d12c7050bbc6d21d3d9c248401 +Subproject commit c1054dbc91e22cb6d99bf5b0766c4efb18dc2bd6