pvr: add VK_EXT_physical_device_drm support
This is notably required by Wayland compositors with a Vulkan renderer. This implementation exposes the primary (cardN) node of the render device as its the primary node, as the preferred way of implementing this in Mesa. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Reviewed-by: Simon Perretta <simon.perretta@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/25431>
This commit is contained in:
+1
-1
@@ -646,7 +646,7 @@ Khronos extensions that are not part of any Vulkan version:
|
||||
VK_EXT_non_seamless_cube_map DONE (anv, hasvk, hk, lvp, nvk, panvk, radv, tu, vn)
|
||||
VK_EXT_pageable_device_local_memory DONE (lvp)
|
||||
VK_EXT_pci_bus_info DONE (anv, hasvk, nvk, radv, vn)
|
||||
VK_EXT_physical_device_drm DONE (anv, hasvk, hk, nvk, panvk, radv, tu, v3dv, vn)
|
||||
VK_EXT_physical_device_drm DONE (anv, hasvk, hk, nvk, panvk, pvr, radv, tu, v3dv, vn)
|
||||
VK_EXT_pipeline_library_group_handles DONE (anv, lvp, radv, vn)
|
||||
VK_EXT_post_depth_coverage DONE (anv/gfx11+, lvp, nvk, radv/gfx10+, tu, vn)
|
||||
VK_EXT_primitive_topology_list_restart DONE (anv, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn, nvk)
|
||||
|
||||
Reference in New Issue
Block a user