radv: implement VK_EXT_physical_device_drm
This adds support for the Vulkan extension introduced in [1]. The extension allows to get a VkPhysicalDevice's DRM node device IDs. [1]: https://github.com/KhronosGroup/Vulkan-Docs/pull/1356 Signed-off-by: Simon Ser <contact@emersion.fr> Reviewed-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/8390>
This commit is contained in:
+1
-1
@@ -533,7 +533,7 @@ Khronos extensions that are not part of any Vulkan version:
|
||||
VK_EXT_memory_budget DONE (anv, radv, tu)
|
||||
VK_EXT_memory_priority DONE (radv)
|
||||
VK_EXT_pci_bus_info DONE (anv, radv)
|
||||
VK_EXT_physical_device_drm DONE (anv)
|
||||
VK_EXT_physical_device_drm DONE (anv, radv)
|
||||
VK_EXT_pipeline_creation_cache_control DONE (anv, radv)
|
||||
VK_EXT_pipeline_creation_feedback DONE (anv, radv)
|
||||
VK_EXT_post_depth_coverage DONE (anv/gfx10+, lvp, radv)
|
||||
|
||||
@@ -2,5 +2,6 @@ zink supports GL_ARB_texture_filter_minmax, GL_ARB_shader_clock
|
||||
VK_EXT_provoking_vertex on RADV.
|
||||
VK_EXT_extended_dynamic_state2 on RADV.
|
||||
VK_EXT_global_priority_query on RADV.
|
||||
VK_EXT_physical_device_drm on RADV.
|
||||
32-bit x86 builds now default disable x87 math and use sse2.
|
||||
GL ES 3.1 on GT21x hardware.
|
||||
|
||||
Reference in New Issue
Block a user