radv: Drop support for VK_KHX_external_semaphore_*
These have been formally deprecated by Khronos never to be shipped again. The KHR versions should be implemented/used instead. Acked-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -42,9 +42,6 @@ supported_extensions = [
|
||||
'VK_KHR_wayland_surface',
|
||||
'VK_KHR_xcb_surface',
|
||||
'VK_KHR_xlib_surface',
|
||||
'VK_KHX_external_memory_capabilities',
|
||||
'VK_KHX_external_memory',
|
||||
'VK_KHX_external_memory_fd',
|
||||
]
|
||||
|
||||
# We generate a static hash table for entry point lookup
|
||||
|
Reference in New Issue
Block a user