From 822fd2b0413c0f25255d4f819b1f7d49a8e73a08 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Tue, 5 Oct 2021 21:33:31 -0400 Subject: [PATCH] features: be explicit about EXT_color_buffer_half_float support it's annoying not being able to glance at this and see whether my driver has support, so these are the drivers I know support it Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index ca79a2c53e6..99f298568d0 100644 --- a/docs/features.txt +++ b/docs/features.txt @@ -316,7 +316,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve GL_ARB_sparse_texture2 not started GL_ARB_sparse_texture_clamp not started GL_ARB_texture_filter_minmax DONE (nvc0/gm200+, zink) - GL_EXT_color_buffer_half_float DONE (gallium drivers supporting required formats) + GL_EXT_color_buffer_half_float DONE (freedreno, i965, iris, llvmpipe, nv50, nvc0, radeonsi, zink) GL_EXT_depth_bounds_test DONE (i965/gen12+, nv50, nvc0, radeonsi, softpipe, swr, zink) GL_EXT_memory_object DONE (radeonsi, i965/gen7+, llvmpipe) GL_EXT_memory_object_fd DONE (radeonsi, i965/gen7+, llvmpipe)