Skip to content

nir/opt_varyings: Don't promote flat inputs when moving post-dominator.

Promoting flat inputs should only happen while assigning FS input slot groups. Otherwise we risk adding extra input slots, which is undesireable.

Edited by Timur Kristóf

Merge request reports