Mesa (main): features: be explicit about EXT_color_buffer_half_float support

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Thu Oct 7 02:32:26 UTC 2021


Module: Mesa
Branch: main
Commit: 822fd2b0413c0f25255d4f819b1f7d49a8e73a08
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=822fd2b0413c0f25255d4f819b1f7d49a8e73a08

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Tue Oct  5 21:33:31 2021 -0400

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: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/13211>

---

 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)



More information about the mesa-commit mailing list