Module: Mesa Branch: master Commit: 8248af3070ffc7f0fdf9ebc8f36db6c3292105de URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=8248af3070ffc7f0fdf9ebc8f36db6c3292105de
Author: Adam Jackson <[email protected]> Date: Thu Feb 25 13:58:37 2021 -0500 docs: Document GL_EXT_depth_bounds_test Reviewed-by: Eric Anholt <[email protected]> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/9287> --- docs/features.txt | 1 + docs/relnotes/new_features.txt | 1 + 2 files changed, 2 insertions(+) diff --git a/docs/features.txt b/docs/features.txt index 2d1047625d7..e51c5dd4e17 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -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 diff --git a/docs/relnotes/new_features.txt b/docs/relnotes/new_features.txt index 3f78f021b45..08f59dc2b16 100644 --- a/docs/relnotes/new_features.txt +++ b/docs/relnotes/new_features.txt @@ -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 _______________________________________________ mesa-commit mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-commit
