mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-04 17:10:26 +01:00
docs: add notes about nvc0 support of ARB/EXT_texture_filter_minmax
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9487>
This commit is contained in:
parent
987fef5f0e
commit
4fdbc22c42
2 changed files with 3 additions and 1 deletions
|
|
@ -317,7 +317,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
|
|||
GL_ARB_sparse_texture not started
|
||||
GL_ARB_sparse_texture2 not started
|
||||
GL_ARB_sparse_texture_clamp not started
|
||||
GL_ARB_texture_filter_minmax not started
|
||||
GL_ARB_texture_filter_minmax DONE (nvc0/gm200+)
|
||||
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, zink)
|
||||
GL_EXT_memory_object DONE (radeonsi)
|
||||
|
|
|
|||
|
|
@ -3,3 +3,5 @@ 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, zink
|
||||
GL_EXT_texture_filter_minmax on nvc0 (gm200+)
|
||||
GL_ARB_texture_filter_minmax on nvc0 (gm200+)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue