Skip to content

radv: Mesh shader output cleanup (ignore driver locations)

Timur Kristóf requested to merge Venemo/mesa:radv_ms_output_cleanup into main

Since !16737 (merged) ac_nir_lower_ngg already mostly ignores the driver location for mesh shader outputs. This MR cleans that up and removes the remaining use of driver locations in there. Additionally, add the CULL_PRIMITIVE output to the "special" mask because it does not generate any output params.

Merge request reports