radv: Enable VK_KHR_maintenance2 extension.
Reviewed-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -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[] ={
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user