Skip to content

radv: do not issue SQTT marker with DISPATCH_MESH_INDIRECT_MULTI

Samuel Pitoiset requested to merge hakzsam/mesa:radv_fix_rgp_mesh_indirect into main

This was confusing RGP because it reported one CmdDraw right after the TaskIndirect() call.

Merge request reports