diff options
| author | Frank Binns <frank.binns@imgtec.com> | 2025-10-07 20:56:09 +0100 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-10 15:29:03 +0000 |
| commit | 206bef1560ee5c2becf40fde8802d3e359fd39dd (patch) | |
| tree | 96468371537ef0768de7f4bd26e46b60ab7759ed /docs | |
| parent | a8fb3671e876f0218d54ff26050fc4faeb900b3e (diff) | |
docs/features: claim vk 1.2 for pvr
Although the PowerVR driver isn't passing Vulkan 1.2 conformance yet, all the
required support has been implemented and it's very close to passing all the
tests now.
Signed-off-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Erik Faye-Lund <erik.faye-lund@collabora.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37761>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/features.txt | 6 | ||||
| -rw-r--r-- | docs/relnotes/new_features.txt | 2 |
2 files changed, 4 insertions, 4 deletions
diff --git a/docs/features.txt b/docs/features.txt index 3c4b515526d..9ecaa7f06d8 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -431,9 +431,9 @@ we DO NOT WANT implementations of these extensions for Mesa. GL_ARB_shadow_ambient Superseded by GL_ARB_fragment_program GL_ARB_vertex_blend Superseded by GL_ARB_vertex_program -Vulkan 1.0 -- all DONE: anv, dzn, hk, lvp, nvk, panvk, radv, tu, v3dv, vn +Vulkan 1.0 -- all DONE: anv, dzn, hk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn -Vulkan 1.1 -- all DONE: anv, hk, lvp, nvk, panvk/v10+, radv, tu, vn +Vulkan 1.1 -- all DONE: anv, hk, lvp, nvk, panvk/v10+, pvr, radv, tu, vn VK_KHR_16bit_storage DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu/a650+, v3dv, vn) VK_KHR_bind_memory2 DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) @@ -459,7 +459,7 @@ Vulkan 1.1 -- all DONE: anv, hk, lvp, nvk, panvk/v10+, radv, tu, vn VK_KHR_storage_buffer_storage_class DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn) VK_KHR_variable_pointers DONE (anv, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn) -Vulkan 1.2 -- all DONE: anv, hk, nvk, panvk/v10+, tu, vn +Vulkan 1.2 -- all DONE: anv, hk, nvk, panvk/v10+, pvr, tu, vn VK_KHR_8bit_storage DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu/a750+, v3dv, vn) VK_KHR_buffer_device_address DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 4836b8eb3ff..f9352a5d44c 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -25,7 +25,7 @@ GL_NV_representative_fragment_test on zink VK_KHR_maintenance9 on HoneyKrisp sparseBinding on panvk/v10+ sparseResidencyBuffer on panvk/v10+ -Vulkan 1.0 on pvr +Vulkan 1.2 on pvr VK_KHR_create_renderpass2 on pvr VK_KHR_dedicated_allocation on pvr VK_KHR_depth_stencil_resolve on pvr |