Module: Mesa
Branch: master
Commit: b54c054a4182b30e7d8a13ee8a80eb57920e20a6
URL:    
http://cgit.freedesktop.org/mesa/mesa/commit/?id=b54c054a4182b30e7d8a13ee8a80eb57920e20a6

Author: Iago Toral Quiroga <[email protected]>
Date:   Wed Oct 28 11:01:40 2020 +0100

v3dv: expose VK_KHR_maintenance1

Reviewed-by: Alejandro PiƱeiro <[email protected]>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7364>

---

 src/broadcom/vulkan/v3dv_extensions.py | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/broadcom/vulkan/v3dv_extensions.py 
b/src/broadcom/vulkan/v3dv_extensions.py
index 131537f01a0..d7e4a94eb09 100644
--- a/src/broadcom/vulkan/v3dv_extensions.py
+++ b/src/broadcom/vulkan/v3dv_extensions.py
@@ -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'),

_______________________________________________
mesa-commit mailing list
[email protected]
https://lists.freedesktop.org/mailman/listinfo/mesa-commit

Reply via email to