Skip to content

Draft: radv: Add new linking step and use nir_opt_varyings.

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

Based on:

Add a new linking step to RADV which will run after nir_lower_io and will work on lowered I/O. Then, use nir_opt_varyings in this new linking step and gradually migrate the old linking code there.

Edited by Timur Kristóf

Merge request reports