vc4: Move scalarizing and some lowering to link time.
authorEric Anholt <eric@anholt.net>
Wed, 3 Aug 2016 21:01:03 +0000 (14:01 -0700)
committerEric Anholt <eric@anholt.net>
Thu, 4 Aug 2016 15:48:27 +0000 (08:48 -0700)
commitc976e164d262d2d2bfd8087dcbb7bd91995ae887
treea603048107958a25fdfdf264d1256fbf59ceafc7
parent2350569a78c60d32e3b751b4386ea7e6d7e2ebe9
vc4: Move scalarizing and some lowering to link time.

This works out to be a wash in terms of memory usage: We use more memory
to store the separate ALU instructions, but we optimize out a lot of code
as well.  The main result, though, is that we do more of our work at link
time rather than draw time.
src/gallium/drivers/vc4/vc4_program.c