Skip to content

freedreno/turnip: Use nir_opt_large_constants

Emma Anholt requested to merge anholt/mesa:fd-largeconsts into master

This series enables nir_opt_large_constants, reducing register pressure on shaders using temporary constant arrays and fixing register allocation failure in 2 kerbal shaders plus a new dEQP testcase I wrote.

Edited by Emma Anholt

Merge request reports