mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-28 14:40:10 +01:00
v3dv: expose VK_KHR_maintenance1
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7364>
This commit is contained in:
parent
53c6dc504b
commit
b54c054a41
1 changed files with 1 additions and 0 deletions
|
|
@ -65,6 +65,7 @@ EXTENSIONS = [
|
|||
Extension('VK_KHR_external_memory_fd', 1, True),
|
||||
Extension('VK_KHR_get_physical_device_properties2', 1, True),
|
||||
Extension('VK_KHR_get_surface_capabilities2', 1, 'V3DV_HAS_SURFACE'),
|
||||
Extension('VK_KHR_maintenance1', 2, True),
|
||||
Extension('VK_KHR_surface', 25, 'V3DV_HAS_SURFACE'),
|
||||
Extension('VK_KHR_swapchain', 68, 'V3DV_HAS_SURFACE'),
|
||||
Extension('VK_KHR_wayland_surface', 6, 'VK_USE_PLATFORM_WAYLAND_KHR'),
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue