About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErico Nunes <nunes.erico@gmail.com>2023-09-27 16:08:59 +0200
committerMarge Bot <marge-bot@fdo.invalid>2025-09-25 17:57:15 +0000
commit5120a91c824cf0503fe97f71beca5dedff66fc3c (patch)
treecd19207810465f3a8779f87d0c2e983a171dc266 /docs
parent54d8f2a1cf13d35bce1b21fedbe484ccd4e38b8a (diff)
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>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 535eedc663e..8bda2f7d3c4 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -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)