radv: Enable VK_KHR_maintenance2 extension.

Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
Bas Nieuwenhuizen
2017-10-06 01:12:48 +02:00
parent 0c90ca7d37
commit 4ffb9890ef
2 changed files with 5 additions and 0 deletions
+4
View File
@@ -178,6 +178,10 @@ static const VkExtensionProperties common_device_extensions[] = {
.extensionName = VK_KHR_BIND_MEMORY_2_EXTENSION_NAME,
.specVersion = 1,
},
{
.extensionName = VK_KHR_MAINTENANCE2_EXTENSION_NAME,
.specVersion = 1,
},
};
static const VkExtensionProperties rasterization_order_extension[] ={
+1
View File
@@ -58,6 +58,7 @@ SUPPORTED_EXTENSIONS = [
'VK_KHR_external_semaphore',
'VK_KHR_external_semaphore_fd',
'VK_KHR_bind_memory2',
'VK_KHR_maintenance2',
]
# We generate a static hash table for entry point lookup