vc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or TLB color writes.
authorEric Anholt <eric@anholt.net>
Mon, 21 Mar 2016 21:11:10 +0000 (14:11 -0700)
committerEric Anholt <eric@anholt.net>
Sat, 9 Apr 2016 01:41:46 +0000 (18:41 -0700)
commit30b818d5eb67c7427fbefb456c7bc2d876bf9eac
tree51f8f49978de04023fa8b1ab7a0bf0af642be660
parentf029932cac36859df5a6d04d1dd7343672ced83a
vc4: Move FRAG_X/Y/REV_FLAG to a QFILE like VPM or TLB color writes.

This gives us one less set of special instruction generation cases, and
instead just the case for returning the correct register to read.
src/gallium/drivers/vc4/vc4_program.c
src/gallium/drivers/vc4/vc4_qir.c
src/gallium/drivers/vc4/vc4_qir.h
src/gallium/drivers/vc4/vc4_qpu_emit.c