OSDN Git Service

vc4: Make scheduling of NOPs a separate step from QIR -> QPU translation.
authorEric Anholt <eric@anholt.net>
Fri, 4 Jul 2014 18:51:31 +0000 (11:51 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 9 Aug 2014 01:59:46 +0000 (18:59 -0700)
commiteea1d36915cb97ee1a6eb6aeaf15dd5689f03148
tree8772bf5d41cbc05b72d5b2c0d62a59c4b3b4748a
parentc29392751180e21a2857cade8d0b4902cbe9d001
vc4: Make scheduling of NOPs a separate step from QIR -> QPU translation.

This should also be used as a way to pair QIR instructions into QPU
instructions later.
src/gallium/drivers/vc4/vc4_program.c
src/gallium/drivers/vc4/vc4_qir.h
src/gallium/drivers/vc4/vc4_qpu_emit.c