Skip to content

nir/lower_io_to_vector: Don't merge variables with explicit interpolation

Gert Wollny requested to merge gerddie/mesa:fix-lower-io-to-vector into main

When variables are loaded with different explicit interpolation intrinsics then don't merge them. Doing so would result in code that needs to interpolate all components in all cases, likely doing extra work.

Edited by Gert Wollny

Merge request reports