summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorMike Blumenkrantz <michael.blumenkrantz@gmail.com>2022-04-05 17:08:02 -0400
committerMike Blumenkrantz <michael.blumenkrantz@gmail.com>2022-04-05 17:08:02 -0400
commite0b431da3360c9dd1ed3a3759167dbac6a7ac9f2 (patch)
treef6a16be5ac500ddabbc3e71c1c78b8bfbf326fb7 /docs
parent6fd344ff98a283c7865400a7a7002463d39f6c1d (diff)
docs: update features for VK_EXT_image_2d_view_of_3d
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15757>
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 baf653b0994..18ca92c6dd1 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -548,6 +548,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_global_priority DONE (anv, radv)
VK_EXT_global_priority_query DONE (radv)
VK_EXT_graphics_pipeline_library DONE (lvp)
+ VK_EXT_image_2d_view_of_3d DONE (anv, lvp)
VK_EXT_image_drm_format_modifier DONE (anv, radv/gfx9+, tu, v3dv, vn)
VK_EXT_image_view_min_lod DONE (radv)
VK_EXT_index_type_uint8 DONE (anv, lvp, radv/gfx8+, v3dv, tu)
diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt
index 55fb267c55a..2aa32ff0fa1 100644
--- a/docs/relnotes/new_features.txt
+++ b/docs/relnotes/new_features.txt
@@ -4,3 +4,4 @@ VK_EXT_depth_clip_control on lavapipe and RADV
Vulkan 1.3 support on lavapipe
VK_EXT_graphics_pipeline_library on lavapipe
VK_EXT_primitives_generated_query on lavapipe
+VK_EXT_image_2d_view_of_3d on ANV and lavapipe