About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorErico Nunes <nunes.erico@gmail.com>2025-09-26 14:47:04 +0200
committerMarge Bot <marge-bot@fdo.invalid>2025-10-15 08:58:03 +0000
commit48f3bcdd0292835be9a1fce4d05d14398be13f44 (patch)
tree742d06121d2a04b6eb46223bed9205dd4e4a6fc6 /docs
parentf367de85dd3489a9fd58d621a6a0736d43c29ea4 (diff)
pvr: enable KHR_wayland_surface
Just expose the extension to enable Wayland WSI. The current use case for this is being able to run Wayland clients on e.g. an offscreen compositor. Signed-off-by: Erico Nunes <nunes.erico@gmail.com> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37721>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
-rw-r--r--docs/relnotes/new_features.txt1
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 140f5cc0e9a..fcd46e55645 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -582,7 +582,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_KHR_swapchain DONE (anv, dzn, hasvk, hk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
VK_KHR_swapchain_mutable_format DONE (anv, hasvk, hk, lvp, nvk, pvr, radv, tu, v3dv, vn)
VK_KHR_unified_image_layouts DONE (lvp, nvk, panvk, radv/gfx11+, tu)
- VK_KHR_wayland_surface DONE (anv, dzn, hk, lvp, nvk, panvk, radv, tu, v3dv, vn)
+ VK_KHR_wayland_surface DONE (anv, dzn, hk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn)
VK_KHR_workgroup_memory_explicit_layout DONE (anv, hk, lvp, nvk, hasvk, radv, tu, v3dv, vn)
VK_KHR_win32_keyed_mutex not started
VK_KHR_win32_surface DONE (dzn, lvp)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index d4c5b44d3af..d7384bceae5 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -85,3 +85,4 @@ VK_EXT_map_memory_placed on pvr
VK_KHR_device_group on pvr
VK_KHR_buffer_device_address on pvr
GL_EXT_mesh_shader on zink
+VK_KHR_wayland_surface on pvr