vc4: Fix use of r3 as a temp in 8-bit unpacking.
authorEric Anholt <eric@anholt.net>
Mon, 15 Dec 2014 19:10:14 +0000 (11:10 -0800)
committerEric Anholt <eric@anholt.net>
Mon, 15 Dec 2014 22:28:23 +0000 (14:28 -0800)
commit1fa1ee56a042a4a50bebf91cea476b7fea491649
tree561601562fb5081386d42ac2619d3fa9a131be85
parent8e678de761e755564ade2794dbf68280a4972b66
vc4: Fix use of r3 as a temp in 8-bit unpacking.

We're actually allocating out of r3 now, and I missed it because I'd typed
this one as qpu_rn(3) instead of qpu_r3().
src/gallium/drivers/vc4/vc4_qpu_emit.c