radv: Implement VK_KHR_external_memory
This effectively reverts commit 43a171878bb4b5aedb36a. Technically, VK_KHR_get_memory_requirements2 and VK_KHR_dedicated_allocation are required for the KHR version but this at least restores the removed functionality. This patch builds but has received zero testing. Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:

committed by
Jason Ekstrand

parent
6ddc64b93e
commit
b70829708a
@@ -44,6 +44,9 @@ supported_extensions = [
|
||||
'VK_KHR_xlib_surface',
|
||||
'VK_KHR_get_memory_requirements2',
|
||||
'VK_KHR_dedicated_allocation',
|
||||
'VK_KHR_external_memory_capabilities',
|
||||
'VK_KHR_external_memory',
|
||||
'VK_KHR_external_memory_fd',
|
||||
]
|
||||
|
||||
# We generate a static hash table for entry point lookup
|
||||
|
Reference in New Issue
Block a user