vc4: Convert to using nir_lower_io_scalar for FS inputs.
authorEric Anholt <eric@anholt.net>
Thu, 4 Aug 2016 22:00:37 +0000 (15:00 -0700)
committerEric Anholt <eric@anholt.net>
Fri, 19 Aug 2016 20:11:36 +0000 (13:11 -0700)
commitcbf8c1941033fd543aa81cffd02672b5ca81a788
treecd1b7794f8973808f7b2b72422a2b0ed39c76dc9
parentc30b22c421d2139135519449a68bf3120710a552
vc4: Convert to using nir_lower_io_scalar for FS inputs.

The scalarizing of FS inputs can be done in a non-driver-dependent manner,
so extract it out of the driver.
src/gallium/drivers/vc4/vc4_nir_lower_io.c
src/gallium/drivers/vc4/vc4_program.c