diff options
| author | Samuel Pitoiset <samuel.pitoiset@gmail.com> | 2025-05-29 14:16:01 +0200 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-31 07:51:22 +0000 |
| commit | c8aaf3f5b5f8a832ed46e6e0f25f091dc06f03b8 (patch) | |
| tree | 507539a4c2ed8c8cdf12332a573572f4455a5638 /docs | |
| parent | 14639898d05efcc287fcb16ca135e0f0e3819098 (diff) | |
radv: advertise VK_KHR_maintenance10
Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38043>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/features.txt | 2 | ||||
| -rw-r--r-- | docs/relnotes/new_features.txt | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/docs/features.txt b/docs/features.txt index 7dcafa47142..223d2e24d3d 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -557,7 +557,7 @@ Khronos extensions that are not part of any Vulkan version: VK_KHR_maintenance7 DONE (anv, hk, lvp, nvk, panvk/v10+, radv, tu, vn) VK_KHR_maintenance8 DONE (anv, hk, lvp, nvk, panvk/v10+, radv, tu) VK_KHR_maintenance9 DONE (anv, hk, lvp, nvk, panvk, radv) - VK_KHR_maintenance10 DONE (anv, nvk) + VK_KHR_maintenance10 DONE (anv, nvk, radv) VK_KHR_performance_query DONE (anv, radv/gfx10.3+, tu, v3dv) VK_KHR_pipeline_binary DONE (radv) VK_KHR_pipeline_executable_properties DONE (anv, hk, nvk, panvk, hasvk, radv, tu, v3dv) diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 4cb01ed54aa..f40d09fb173 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -6,6 +6,6 @@ VK_KHR_present_id on HoneyKrisp VK_KHR_present_id2 on HoneyKrisp VK_KHR_present_wait on HoneyKrisp VK_KHR_present_wait2 on HoneyKrisp -VK_KHR_maintenance10 on ANV, NVK +VK_KHR_maintenance10 on ANV, NVK, RADV VK_EXT_shader_uniform_buffer_unsized_array on RADV VK_EXT_device_memory_report on panvk |