v3dv: implement VK_EXT_depth_clip_control

Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/18387>
This commit is contained in:
Iago Toral Quiroga
2022-09-02 08:49:12 +02:00
committed by Marge Bot
parent c6a9897b76
commit bcc37775f1
7 changed files with 77 additions and 10 deletions

View File

@@ -545,7 +545,7 @@ Khronos extensions that are not part of any Vulkan version:
VK_EXT_custom_border_color DONE (anv, lvp, panvk, radv, tu, v3dv, vn)
VK_EXT_debug_marker DONE (radv)
VK_EXT_depth_clip_enable DONE (anv, lvp, radv, tu, vn)
VK_EXT_depth_clip_control DONE (anv, lvp, radv, tu)
VK_EXT_depth_clip_control DONE (anv, lvp, radv, tu, v3dv)
VK_EXT_depth_range_unrestricted DONE (radv, lvp)
VK_EXT_discard_rectangles DONE (radv)
VK_EXT_display_control DONE (anv, radv, tu)