vc4: Stop doing qpu_inst(add, NOP) or qpu_inst(NOP, mul).
authorEric Anholt <eric@anholt.net>
Mon, 25 Aug 2014 00:58:24 +0000 (17:58 -0700)
committerEric Anholt <eric@anholt.net>
Mon, 25 Aug 2014 05:13:26 +0000 (22:13 -0700)
commit7317f1185932e2188206069a938c598f9cd18c60
treeba120e46d5858f72ed26da0c5864b985b05f0469
parent78d144f7de8cad42dfe588a667e105543f6b2e4b
vc4: Stop doing qpu_inst(add, NOP) or qpu_inst(NOP, mul).

Now that the extra WADDR is set, we can knock this off.  Saves a lot of
typing, and makes this code much more legible.
src/gallium/drivers/vc4/vc4_qpu_emit.c