Skip to content

radeonsi: implement GL_KHR_shader_subgroup

Qiang Yu requested to merge yuq825/mesa:topic/subgroup into main

As the request of #6545

Pass all the tests of OpenGL ES CTS KHR-Single-GLES32.subgroups.*. But OpenGL CTS using tessellation fail because it requires GL_EXT_tessellation_shader which is an OpenGL ES extension, so mesa fail to compile.

Edited by Qiang Yu

Merge request reports

Loading