About Social Code
aboutsummaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorAutumn Ashton <misyl@froggi.es>2025-10-15 14:58:42 +0000
committerMarge Bot <marge-bot@fdo.invalid>2025-10-15 17:53:06 +0000
commit15d375dc6ea7376b3d44192dc23297a44c95f472 (patch)
tree7025317f27cb53d5afbfb56b5316290e5ff35ef4 /docs
parentf861cd47d62fada4935a64d68afa950682da9867 (diff)
nvk: Implement VK_NVX_image_view_handle
This is used by DLSS to pass in image view descriptors via parameter buffers for its kernel launches. Signed-off-by: Autumn Ashton <misyl@froggi.es> Reviewed-by: Faith Ekstrand <faith.ekstrand@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/37889>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt1
-rw-r--r--docs/relnotes/new_features.txt1
2 files changed, 2 insertions, 0 deletions
diff --git a/docs/features.txt b/docs/features.txt
index fcd46e55645..a6f1793aa99 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -681,6 +681,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_GOOGLE_user_type DONE (anv, hasvk, hk, nvk, panvk, radv, tu, vn)
VK_IMG_filter_cubic DONE (tu/a650+, vn)
VK_NV_compute_shader_derivatives DONE (anv, hasvk, nvk, radv, tu/a7xx+, vn)
+ VK_NVX_image_view_handle DONE (nvk)
VK_EXT_acquire_drm_display DONE (anv, hk, nvk, radv, tu, v3dv, vn)
VK_VALVE_mutable_descriptor_type DONE (anv, hasvk, hk, nvk, radv, tu, vn)
VK_AMD_buffer_marker DONE (anv, nvk, radv, tu)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index d7384bceae5..1e04bc3b847 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -86,3 +86,4 @@ VK_KHR_device_group on pvr
VK_KHR_buffer_device_address on pvr
GL_EXT_mesh_shader on zink
VK_KHR_wayland_surface on pvr
+VK_NVX_image_view_handle on NVK