Manual roll vulkan-deps from a446c6320b6b to 988fe1c529b0 (28 revisions)

Suppress new VUIDs:
VUID-VkGraphicsPipelineCreateInfo-topology-08773
VUID-VkDescriptorImageInfo-imageView-07796

Manual roll requested by ynovikov@google.com

https://chromium.googlesource.com/vulkan-deps.git/+log/a446c6320b6b..988fe1c529b0

Changed dependencies:
* spirv-tools: b6893ccdfb..9b923f7cc3
* vulkan-tools: 6087a58444..389110e460
* vulkan-validation-layers: b2f5094203..70be16c58d

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,ynovikov@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://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: angleproject:8318, angleproject:8237, angleproject:8334
Change-Id: I4b868b67b0c8158179fee61018933104c4ed55d3
Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/4832731
Commit-Queue: Yuly Novikov <ynovikov@chromium.org>
Reviewed-by: Jonah Ryan-Davis <jonahr@google.com>
This commit is contained in:
angle-autoroll
2023-08-31 15:03:53 +00:00
committed by Angle LUCI CQ
parent 33be259082
commit 1192e5e8b1
3 changed files with 5 additions and 2 deletions

2
DEPS
View File

@@ -671,7 +671,7 @@ deps = {
},
'third_party/vulkan-deps': {
'url': Var('chromium_git') + '/vulkan-deps@a446c6320b6bc7ab292e3ead9e333d65eb1ed9cd',
'url': Var('chromium_git') + '/vulkan-deps@988fe1c529b0ad42c09944465cd1431b8b5e204f',
'condition': 'not build_with_chromium',
},

View File

@@ -257,6 +257,7 @@ constexpr const char *kSkippedMessages[] = {
// https://anglebug.com/8203
"VUID-VkVertexInputBindingDivisorDescriptionEXT-divisor-01870",
// https://anglebug.com/8237
"VUID-VkGraphicsPipelineCreateInfo-topology-08773",
"VUID-VkGraphicsPipelineCreateInfo-topology-08890",
// https://anglebug.com/8242
"VUID-vkCmdDraw-None-08608",
@@ -265,6 +266,8 @@ constexpr const char *kSkippedMessages[] = {
"VUID-vkCmdDrawIndexed-None-08753",
"VUID-vkCmdDraw-None-09003",
"VUID-vkCmdDrawIndexed-None-09003",
// https://anglebug.com/8334
"VUID-VkDescriptorImageInfo-imageView-07796",
};
// Validation messages that should be ignored only when VK_EXT_primitive_topology_list_restart is