Skip to content

aco/lower_to_hw: optimize split 64bit constant copies

Georg Lehmann requested to merge DadSchoorse/mesa:aco-constant-copy-s2 into main

Most of the stat benefits come from using s_bfm_b64 for creating immutable samplers. But I think it's also just nice to have all of these micro optimizations in one place instead of spread around the compiler.

Merge request reports