diff options
| author | Simon Perretta <simon.perretta@imgtec.com> | 2025-10-03 12:34:14 +0100 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-14 17:21:56 +0000 |
| commit | 0a92ee50a1e6ed91bf8b04ed2ae485b28514f535 (patch) | |
| tree | ad780108156d9402a987c38e6d5c99fe55496c6f /docs | |
| parent | 466abd1d0e202593d9a94eac8b19722177d390ba (diff) | |
pvr: advertise VK_KHR_shader_relaxed_extended_instruction
Handled by common code.
Signed-off-by: Simon Perretta <simon.perretta@imgtec.com>
Reviewed-by: Frank Binns <frank.binns@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37726>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/features.txt | 2 | ||||
| -rw-r--r-- | docs/relnotes/new_features.txt | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt index a2fb110e11f..506cffb51b1 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -571,7 +571,7 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_shader_bfloat16 DONE (anv/gfx12.5+, radv/gfx12+) VK_KHR_shader_clock DONE (anv, hasvk, lvp, nvk, panvk, radv, tu, vn) VK_KHR_shader_maximal_reconvergence DONE (anv, hk, lvp, nvk, panvk/v10+, radv, vn) - VK_KHR_shader_relaxed_extended_instruction DONE (anv, hasvk, hk, lvp, nvk, panvk, radv, tu, v3dv, vn) + VK_KHR_shader_relaxed_extended_instruction DONE (anv, hasvk, hk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) VK_KHR_shader_subgroup_uniform_control_flow DONE (anv, hasvk, hk, nvk, panvk/v10+, radv, tu, vn) VK_KHR_shader_quad_control DONE (anv, hk, lvp, nvk, panvk/v10+, radv, vn) VK_KHR_shader_untyped_pointers DONE (anv, nvk, radv) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 28f0084e0ad..37b691664fb 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -77,3 +77,4 @@ shaderCullDistance on pvr VK_EXT_zero_initialize_device_memory on pvr VK_KHR_sampler_mirror_clamp_to_edge on pvr VK_KHR_shader_non_semantic_info on pvr +VK_KHR_shader_relaxed_extended_instruction on pvr |