summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTapani Pälli <tapani.palli@intel.com>2021-04-27 16:03:22 +0300
committerMarge Bot <eric+marge@anholt.net>2021-06-04 12:58:34 +0000
commitcbaba3f1b9854c5995fb1c3b6e23cce0b1a6e206 (patch)
tree63a537a48c3b9be8dae17e48dab040fd38dc3b2f
parent0d031d1da34bd3a58d723397404c7998117abb18 (diff)
docs: add VK_EXT_extended_dynamic_state2 features.txt entry
Signed-off-by: Tapani Pälli <tapani.palli@intel.com> Reviewed-by: Lionel Landwerlin <lionel.g.landwerlin@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10366>
-rw-r--r--docs/features.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/features.txt b/docs/features.txt
index d81bda79a26..7b76163cc13 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -519,6 +519,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_discard_rectangles DONE (radv)
VK_EXT_display_control DONE (anv, radv, tu)
VK_EXT_extended_dynamic_state DONE (anv, lvp, radv, tu)
+ VK_EXT_extended_dynamic_state2 DONE (anv, radv)
VK_EXT_external_memory_dma_buf DONE (anv, radv, tu)
VK_EXT_external_memory_host DONE (anv, radv)
VK_EXT_filter_cubic DONE (tu/a650)