diff options
| author | Faith Ekstrand <faith.ekstrand@collabora.com> | 2025-10-27 12:21:14 -0400 |
|---|---|---|
| committer | Faith Ekstrand <faith.ekstrand@collabora.com> | 2025-10-27 16:20:32 -0400 |
| commit | a9e0adc6790365930cc7d71c2d849df1d406b459 (patch) | |
| tree | 97d4c8d4cb2fcbecdc7079e5cfc758ec5532081f /docs | |
| parent | 268a1db7ccfd6dfd424cc81a13a8b08798df98cd (diff) | |
nvk: Advertise VK_KHR_maintenance10
Reviewed-by: Mel Henning <mhenning@darkrefraction.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38094>
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 40a2b9ef0e0..f8b98314cdf 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) + VK_KHR_maintenance10 DONE (anv, nvk) 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 54314f95b3e..e85b02fc7d1 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -6,4 +6,4 @@ 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 +VK_KHR_maintenance10 on ANV, NVK |