Skip to content

nir: fix nir_link_varying_precision

Chia-I Wu requested to merge olv/mesa:varying-precision into main

link_varyings ignores precisions and can assign the same location to variables with different precisions. nir_link_varying_precision should check location_frac as well.

Cc: mesa-stable

Merge request reports