mesa/gles3: add support for GL_EXT_shader_group_vote
This is the GLES equivalent to ARB_shader_group_vote. Passes: KHR-GLES31.core.shader_group_vote.* Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/5490>
This commit is contained in:
@@ -325,6 +325,7 @@ Khronos, ARB, and OES extensions that are not part of any OpenGL or OpenGL ES ve
|
||||
GL_EXT_semaphore DONE (radeonsi)
|
||||
GL_EXT_semaphore_fd DONE (radeonsi)
|
||||
GL_EXT_semaphore_win32 not started
|
||||
GL_EXT_shader_group_vote DONE (all drivers that support 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, nvc0)
|
||||
GL_EXT_texture_sRGB_R8 DONE (all drivers that support GLES 3.0+)
|
||||
|
@@ -1,4 +1,5 @@
|
||||
GL_ARB_compute_variable_group_size on Iris.
|
||||
GL_EXT_shader_group_vote on GLES3.
|
||||
VK_AMD_texture_gather_bias_lod on RADV.
|
||||
VK_EXT_private_data on ANV and RADV.
|
||||
VK_EXT_custom_border_color on RADV.
|
||||
|
Reference in New Issue
Block a user