Skip to content

radv,ac/nir: implement mesh shader gs_fast_launch=2 and row export

Rhys Perry requested to merge pendingchaos/mesa:radv_mesh_gfx11_updates into main

This should improve mesh shader performance when accessing gl_WorkgroupID/gl_LocalInvocationID (less arithmetic) and when the max_vertices/max_primitives is larger than the workgroup size (less waves).

Edited by Rhys Perry

Merge request reports