summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorIago Toral Quiroga <itoral@igalia.com>2022-05-05 08:58:54 +0200
committerMarge Bot <emma+marge@anholt.net>2022-05-05 10:41:57 +0000
commit32223ac67f6015171c79dcd2dd0a5f19d7dafc60 (patch)
treef794c8cbcc0a7674282225d61a59b9ea089ac42b /docs
parent44791ba8259e492e111f9eb397f4623da053721a (diff)
v3dv: implement VK_EXT_separate_stencil_usage
We don't care about the depth/stencil usage other than to determine if an image format is supported for that usage. Reviewed-by: Alejandro PiƱeiro <apinheiro@igalia.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/16344>
Diffstat (limited to 'docs')
-rw-r--r--docs/features.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/features.txt b/docs/features.txt
index 77cfee15a6b..653a547d10b 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -467,7 +467,7 @@ Vulkan 1.2 -- all DONE: anv, vn
VK_EXT_host_query_reset DONE (anv, lvp, radv, tu, v3dv, vn)
VK_EXT_sampler_filter_minmax DONE (anv/gen9+, lvp, radv, tu, vn)
VK_EXT_scalar_block_layout DONE (anv, lvp, radv/gfx7+, tu, vn)
- VK_EXT_separate_stencil_usage DONE (anv, lvp, radv, tu, vn)
+ VK_EXT_separate_stencil_usage DONE (anv, lvp, radv, tu, v3dv, vn)
VK_EXT_shader_viewport_index_layer DONE (anv, lvp, radv, tu, vn)
Vulkan 1.3 -- all DONE: anv, radv, lvp