Skip to content

aco,nir: improve/fix zero texel offset optimization

Rhys Perry requested to merge pendingchaos/mesa:aco_zero_offset_wqm into main

This fixes a bug in an optimization which removes a texture instruction's offset source if it's zero. It then moves the optimization into NIR.

Merge request reports