Mesa (main): features: fix ARB_shader_group_vote -> GL_ARB_shader_group_vote

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Mon Jul 5 21:55:39 UTC 2021


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

Author: Mike Blumenkrantz <michael.blumenkrantz at gmail.com>
Date:   Mon Jul  5 17:44:03 2021 -0400

features: fix ARB_shader_group_vote -> GL_ARB_shader_group_vote

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/11721>

---

 docs/features.txt | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/docs/features.txt b/docs/features.txt
index 0d809733322..9ba9f509174 100644
--- a/docs/features.txt
+++ b/docs/features.txt
@@ -328,7 +328,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
   GL_EXT_semaphore                                      DONE (radeonsi, i965/gen7+)
   GL_EXT_semaphore_fd                                   DONE (radeonsi, i965/gen7+)
   GL_EXT_semaphore_win32                                not started
-  GL_EXT_shader_group_vote                              DONE (all drivers that support ARB_shader_group_vote)
+  GL_EXT_shader_group_vote                              DONE (all drivers that support GL_ARB_shader_group_vote)
   GL_EXT_sRGB_write_control                             DONE (all drivers that support GLES 3.0+)
   GL_EXT_texture_norm16                                 DONE (freedreno, i965, r600, radeonsi, nvc0i, softpipe, zink)
   GL_EXT_texture_sRGB_R8                                DONE (all drivers that support GLES 3.0+)



More information about the mesa-commit mailing list