Commit 23621826 by Tobin Ehlis Committed by Commit Bot

Vulkan: Manual Validation Layer Roll

Latest Vulkan validation layer roll is hitting new error so added exception and rolling manually. Bug: angleproject:4583 Change-Id: Id9f8be7d2e20156ad8397ee0ba7ea5fcc12f6d28 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2163133Reviewed-by: 's avatarJamie Madill <jmadill@chromium.org> Commit-Queue: Tobin Ehlis <tobine@google.com>
parent e20f36f4
......@@ -58,7 +58,7 @@ vars = {
'vulkan_tools_revision': '7774c964d3df8b127e8d1814526f4447a27446c2',
# Current revision of Khronos Vulkan-ValidationLayers.
'vulkan_validation_revision': '36d7cca6fdc9ed86b01208bfb13721fdffb30af1',
'vulkan_validation_revision': '260a7c82e98850c5e19bfb75e1cca2b67b11a20e',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
......
......@@ -140,6 +140,8 @@ constexpr const char *kSkippedMessages[] = {
"VUID-vkCmdBlitImage-dstImage-02000",
// http://anglebug.com/4580
"VUID-vkCmdResolveImage-dstImage-02003",
// http://anglebug.com/4583
"VUID-VkGraphicsPipelineCreateInfo-blendEnable-02023",
};
// 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