zink: Enable GL_EXT_depth_bounds_test

Available since Vulkan 1.0, and in fact already wired up, just not
advertised. It looks like we could make this dynamic state but this
works for now.

Reviewed-By: Mike Blumenkrantz <michael.blumenkrantz@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9371>
This commit is contained in:
Adam Jackson
2021-03-02 12:28:04 -05:00
committed by Marge Bot
parent 21697082ec
commit 69f3d3a29f
3 changed files with 5 additions and 2 deletions
+1 -1
View File
@@ -17,4 +17,4 @@ VK_KHR_workgroup_memory_explicit_layout on Intel, RADV
DRM format modifiers for AMD.
VK_KHR_zero_initialize_workgroup_memory on Intel, RADV
Zink exposes GL 4.6 and ES 3.1
GL_EXT_depth_bounds_test on softpipe
GL_EXT_depth_bounds_test on softpipe, zink