diff options
| author | Frank Binns <frank.binns@imgtec.com> | 2025-10-16 15:00:26 +0100 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-17 08:11:11 +0000 |
| commit | b9baf2c2606311699172f25fce3394b5b0cb9b70 (patch) | |
| tree | 23ec7e73b12978451de8e6b5815a7b0e5cf3ba24 /docs | |
| parent | c6c069072336f304ad9cb49b43aacb2d9854b57f (diff) | |
pvr: Advertise VK_KHR_storage_buffer_storage_class
Signed-off-by: Frank Binns <frank.binns@imgtec.com>
Reviewed-by: Karmjit Mahil <karmjit.mahil@igalia.com>
Reviewed-by: Simon Perretta <simon.perretta@imgtec.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37913>
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 48d3bb91e7e..68a80e4f37d 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -457,7 +457,7 @@ Vulkan 1.1 -- all DONE: anv, hk, lvp, nvk, panvk/v10+, pvr, radv, tu, vn VK_KHR_relaxed_block_layout DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv, vn) VK_KHR_sampler_ycbcr_conversion DONE (anv, hasvk, lvp, nvk, panvk/v10+, radv, tu, v3dv, vn) VK_KHR_shader_draw_parameters DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, vn) - VK_KHR_storage_buffer_storage_class DONE (anv, dzn, hasvk, lvp, nvk, panvk, radv, tu, v3dv, vn) + VK_KHR_storage_buffer_storage_class DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, 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+, pvr, tu, vn diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 5ea1fafaaf0..bf535b93f38 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -1 +1,2 @@ VK_KHR_relaxed_block_layout on pvr +VK_KHR_storage_buffer_storage_class on pvr |