From 2e8dd4b4a58ada1e6f85eadc66943a20b5e42551 Mon Sep 17 00:00:00 2001 From: Mike Blumenkrantz Date: Mon, 5 Jul 2021 17:44:03 -0400 Subject: [PATCH] features: fix ARB_shader_group_vote -> GL_ARB_shader_group_vote Part-of: --- docs/features.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/features.txt b/docs/features.txt index 0d80973..9ba9f50 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+) -- 2.7.4