Commit 293c36c0 by Tobin Ehlis Committed by Commit Bot

Vulkan: Manual validation roll

Manually roll validation layers to latest and ignore two more VUIDs that are being flagged with latest layers. Bug: angleproject:4578 Bug: angleproject:4579 Bug: angleproject:4580 Change-Id: I4fc46d9df3fa3be4be1f8b773eb2d63e6f4bbd92 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2158265Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Reviewed-by: 's avatarTobin Ehlis <tobine@google.com> Commit-Queue: Tobin Ehlis <tobine@google.com>
parent ad85cd00
...@@ -58,7 +58,7 @@ vars = { ...@@ -58,7 +58,7 @@ vars = {
'vulkan_tools_revision': '84463fe2902f4b50b54abe053684e6fcb7a60c4f', 'vulkan_tools_revision': '84463fe2902f4b50b54abe053684e6fcb7a60c4f',
# Current revision of Khronos Vulkan-ValidationLayers. # Current revision of Khronos Vulkan-ValidationLayers.
'vulkan_validation_revision': 'da9102fb013def3b01d6fa77d059ee60e875c2b2', 'vulkan_validation_revision': '09f4b08483bbc1ee66ad8ad41e1a16e1a40a6600',
# Three lines of non-changing comments so that # Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult # the commit queue can handle CLs rolling catapult
......
...@@ -133,6 +133,13 @@ constexpr const char *kSkippedMessages[] = { ...@@ -133,6 +133,13 @@ constexpr const char *kSkippedMessages[] = {
"VUID-vkCmdCopyImageToBuffer-srcImage-01998", "VUID-vkCmdCopyImageToBuffer-srcImage-01998",
// http://anglebug.com/4577 // http://anglebug.com/4577
"VUID-vkCmdClearColorImage-image-01993", "VUID-vkCmdClearColorImage-image-01993",
// http://anglebug.com/4578 for next two
"VUID-vkCmdBlitImage-srcImage-01999",
"VUID-vkCmdBlitImage-filter-02001",
// http://anglebug.com/4579
"VUID-vkCmdBlitImage-dstImage-02000",
// http://anglebug.com/4580
"VUID-vkCmdResolveImage-dstImage-02003",
}; };
// Suppress validation errors that are known // Suppress validation errors that are known
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment