From 4e9c16b035159c01b10fadeb5930f62efba14058 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 15 Jul 2024 14:58:46 +0200 Subject: [PATCH] features.txt: specify that VK_EXT_depth_clip_enable is only supported on v3dv/vc7+ Fixes: 16f6f50ce49c965302c4 ("v3dv: expose VK_EXT_depth_clip_enable") Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index f6ef3737b9c..2568c080f85 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -570,7 +570,7 @@ Khronos extensions that are not part of any Vulkan version: VK_EXT_debug_utils DONE (anv, dzn, hasvk, lvp, nvk, panvk, pvr, radv, tu, v3dv) VK_EXT_depth_bias_control DONE (anv, nvk, radv) VK_EXT_depth_clip_control DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv, vn) - VK_EXT_depth_clip_enable DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv, vn) + VK_EXT_depth_clip_enable DONE (anv, hasvk, lvp, nvk, radv, tu, v3dv/vc7+, vn) VK_EXT_depth_range_unrestricted DONE (anv/gen20+, nvk, radv, lvp) VK_EXT_descriptor_buffer DONE (anv, lvp, radv, tu) VK_EXT_device_address_binding_report DONE (radv)