diff options
| author | Lionel Landwerlin <lionel.g.landwerlin@intel.com> | 2025-10-15 15:33:37 +0300 |
|---|---|---|
| committer | Marge Bot <marge-bot@fdo.invalid> | 2025-10-27 19:20:09 +0000 |
| commit | 3955787ab2a41ef52810cc3e7ee36a23b9b48ae5 (patch) | |
| tree | 3b55829e7453b2ffae398d5d79ae535fe05c5b9e /docs | |
| parent | cf81feb660b79b0b56beed5467625c61074169b2 (diff) | |
anv: implement VK_KHR_maintenance10
Signed-off-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com>
Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com>
Reviewed-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/38045>
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/features.txt | 1 | ||||
| -rw-r--r-- | docs/relnotes/new_features.txt | 1 |
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/features.txt b/docs/features.txt index 663bde7a72c..40a2b9ef0e0 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -557,6 +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_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 8b214117f10..54314f95b3e 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -6,3 +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 |