vc4: Switch our vertex attr lowering to being NIR-based.
authorEric Anholt <eric@anholt.net>
Sat, 1 Aug 2015 03:58:57 +0000 (20:58 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 20 Oct 2015 11:47:27 +0000 (12:47 +0100)
commit921feb8782bdc3c459922858bee6d55919467436
tree78de8ee7d805489f662193278744a5607d724d3a
parent85b946478c326df853926ed18bfbd898c0a514ef
vc4: Switch our vertex attr lowering to being NIR-based.

This exposes more information to NIR's optimization, and should be
particularly useful when we do range-based optimization.

total uniforms in shared programs: 32066 -> 32065 (-0.00%)
uniforms in affected programs:     21 -> 20 (-4.76%)
total instructions in shared programs: 93104 -> 92630 (-0.51%)
instructions in affected programs:     31901 -> 31427 (-1.49%)
src/gallium/drivers/vc4/vc4_nir_lower_io.c
src/gallium/drivers/vc4/vc4_program.c