summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorSamuel Pitoiset <samuel.pitoiset@gmail.com>2022-03-30 13:24:47 +0200
committerMarge Bot <emma+marge@anholt.net>2022-04-01 07:02:28 +0000
commite6d7a6a3b72a95b29bacce4a3a1842144ab9663c (patch)
treeb82d605503303416fdf0e2e58c04eb9f13d7392d /docs
parent7c14671535fc1d2901f0f69101d4a362cf426c61 (diff)
radv: enable VK_EXT_separate_stencil_usage
This extension has been promoted to Vulkan 1.2 which means it has been silently enabled when we implemented Vulkan 1.2. Enable it explicitely to make mesamatrix happy and also for consistency. This extension was designed for potential performance improvements of MSAA depth/stencil images but it's currently a no-op in RADV. Signed-off-by: Samuel Pitoiset <samuel.pitoiset@gmail.com> Acked-by: Mike Blumenkrantz <michael.blumenkrantz@gmail.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/15665>
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 68b2396b38a..c21d16ba4d4 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, tu, vn)
+ VK_EXT_separate_stencil_usage DONE (anv, lvp, radv, tu, vn)
VK_EXT_shader_viewport_index_layer DONE (anv, lvp, radv, tu, vn)
Vulkan 1.3 -- all DONE: anv, radv, lvp