mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 01:08:03 +02:00
docs: Document GL_EXT_depth_bounds_test
Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9287>
This commit is contained in:
parent
5afb3b7f25
commit
8248af3070
2 changed files with 2 additions and 0 deletions
|
|
@ -319,6 +319,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
|
|||
GL_ARB_sparse_texture_clamp not started
|
||||
GL_ARB_texture_filter_minmax not started
|
||||
GL_EXT_color_buffer_half_float DONE (gallium drivers supporting required formats)
|
||||
GL_EXT_depth_bounds_test DONE (i965/gen12+, nv50, nvc0, radeonsi, softpipe, swr)
|
||||
GL_EXT_memory_object DONE (radeonsi)
|
||||
GL_EXT_memory_object_fd DONE (radeonsi)
|
||||
GL_EXT_memory_object_win32 not started
|
||||
|
|
|
|||
|
|
@ -17,3 +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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue