Commit 6719f54a by Courtney Goeltzenleuchter Committed by Commit Bot

Update Vulkan header and related repos

Vulkan header was updated with non-backward compatible change so need to update all dependencies simultaneously. Bug: b:152298150 Bug: angleproject:4510 Change-Id: I46ac9a3a0ccb52184fd183df617804c866b63453 Reviewed-on: https://chromium-review.googlesource.com/c/angle/angle/+/2118151Reviewed-by: 's avatarCourtney Goeltzenleuchter <courtneygo@google.com> Reviewed-by: 's avatarCody Northrop <cnorthrop@google.com> Commit-Queue: Cody Northrop <cnorthrop@google.com>
parent b69c4e14
......@@ -49,16 +49,16 @@ vars = {
'spirv_tools_revision': '1346dd5de119d603686e260daf08f36958909a23',
# Current revision of Khronos Vulkan-Headers.
'vulkan_headers_revision': '74556a131735598a5ae7a94ec5500a9d9f908b3a',
'vulkan_headers_revision': 'fb7f9c9bcd1d1544ea203a1f3d4253d0e90c5a90',
# Current revision of Khronos Vulkan-Loader.
'vulkan_loader_revision': '64c36933d4f28b1609a087a94baec56bd6338215',
'vulkan_loader_revision': 'ff44f21a0178ba29ee7f8d7f8a365a0bf5fe25c5',
# Current revision of Khronos Vulkan-Tools.
'vulkan_tools_revision': '94ed4c384c3425963b459a735045706e5f83f01b',
'vulkan_tools_revision': 'bec7b6e29260caa9348b1fd42b5d65443d512748',
# Current revision of Khronos Vulkan-ValidationLayers.
'vulkan_validation_revision': 'caeb15a056a0e6af7f9f99d089e6db460f1050d7',
'vulkan_validation_revision': 'e2bf0e6a7d9faf260e5ac5f364adaca29dd6bffe',
# Three lines of non-changing comments so that
# the commit queue can handle CLs rolling catapult
......
......@@ -8,5 +8,5 @@
"src/libANGLE/renderer/vulkan/vk_mandatory_format_support_table_autogen.cpp":
"8bfd8a3857c2b9062d7ada46c7d27bcf",
"third_party/vulkan-headers/src/registry/vk.xml":
"0ecdb9708d2a1ddea2359ec7254981fa"
"2a2e8213022dc0d0b63e098572b73a32"
}
\ No newline at end of file
......@@ -123,9 +123,13 @@ constexpr const char *kSkippedMessages[] = {
"VUID-vkDestroySemaphore-semaphore-parameter",
// http://anglebug.com/4063
"VUID-VkDeviceCreateInfo-pNext-pNext",
"VUID-VkPipelineRasterizationStateCreateInfo-pNext-pNext", "VUID_Undefined",
"VUID-VkPipelineRasterizationStateCreateInfo-pNext-pNext",
"VUID_Undefined",
// http://anglebug.com/3078
"UNASSIGNED-CoreValidation-Shader-InterfaceTypeMismatch"};
"UNASSIGNED-CoreValidation-Shader-InterfaceTypeMismatch",
// http://anglebug.com/4510
"VUID-vkQueuePresentKHR-pWaitSemaphores-03268",
};
// Suppress validation errors that are known
// return "true" if given code/prefix/message is known, else return "false"
......@@ -215,9 +219,7 @@ const char *GetVkObjectTypeName(VkObjectType type)
return "Display Mode";
case VK_OBJECT_TYPE_DEBUG_REPORT_CALLBACK_EXT:
return "Debug Report Callback";
case VK_OBJECT_TYPE_OBJECT_TABLE_NVX:
return "Object Table";
case VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NVX:
case VK_OBJECT_TYPE_INDIRECT_COMMANDS_LAYOUT_NV:
return "Indirect Commands Layout";
case VK_OBJECT_TYPE_DEBUG_UTILS_MESSENGER_EXT:
return "Debug Utils Messenger";
......
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