vc4: Switch the context struct to use ralloc.
authorEric Anholt <eric@anholt.net>
Mon, 22 Sep 2014 19:38:24 +0000 (12:38 -0700)
committerEric Anholt <eric@anholt.net>
Tue, 23 Sep 2014 20:40:10 +0000 (13:40 -0700)
commite1578372827bab216bdc31ea788dd564d206651a
treee87b34c1ab1375716ae6e5a5d0ed07408591c69b
parent517e01b5c3db9ba750698096e823134b288e213f
vc4: Switch the context struct to use ralloc.

I wanted to hang the ra_regs off it so I didn't have to free, but it
turned out it wasn't ralloced yet.
src/gallium/drivers/vc4/vc4_context.c