Add VK_EXT_debug_utils and VK_EXT_scalar_block_layout
Reviewed-by: Aaron Ruby <aruby@blackberry.com> Acked-by: Yonggang Luo <luoyonggang@gmail.com> Acked-by: Adam Jackson <ajax@redhat.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/27246>
This commit is contained in:

committed by
Marge Bot

parent
8dfaa0d08c
commit
a45560cd5a
@@ -38,6 +38,7 @@ SUPPORTED_FEATURES = [
|
||||
"VK_KHR_external_semaphore_capabilities",
|
||||
"VK_KHR_external_memory_capabilities",
|
||||
"VK_KHR_external_fence_capabilities",
|
||||
"VK_EXT_debug_utils",
|
||||
# Device extensions
|
||||
"VK_KHR_storage_buffer_storage_class",
|
||||
"VK_KHR_vulkan_memory_model",
|
||||
@@ -66,6 +67,7 @@ SUPPORTED_FEATURES = [
|
||||
"VK_KHR_incremental_present",
|
||||
"VK_KHR_pipeline_executable_properties",
|
||||
"VK_EXT_queue_family_foreign",
|
||||
"VK_EXT_scalar_block_layout",
|
||||
"VK_KHR_external_semaphore",
|
||||
"VK_KHR_external_semaphore_fd",
|
||||
"VK_KHR_external_memory",
|
||||
|
@@ -1642,6 +1642,7 @@ VkResult ResourceTracker::on_vkEnumerateInstanceExtensionProperties(
|
||||
"VK_KHR_external_semaphore_capabilities",
|
||||
"VK_KHR_external_memory_capabilities",
|
||||
"VK_KHR_external_fence_capabilities",
|
||||
"VK_EXT_debug_utils",
|
||||
#endif
|
||||
};
|
||||
|
||||
@@ -1759,6 +1760,7 @@ VkResult ResourceTracker::on_vkEnumerateDeviceExtensionProperties(
|
||||
"VK_KHR_incremental_present",
|
||||
"VK_KHR_pipeline_executable_properties",
|
||||
"VK_EXT_queue_family_foreign",
|
||||
"VK_EXT_scalar_block_layout",
|
||||
"VK_KHR_descriptor_update_template",
|
||||
"VK_KHR_storage_buffer_storage_class",
|
||||
#if defined(VK_USE_PLATFORM_ANDROID_KHR) || defined(__linux__)
|
||||
|
Reference in New Issue
Block a user