vc4: Convert vc4_opt_dead_code to work in the presence of control flow.
[mesa.git] / src / gallium / drivers / vc4 / vc4_qpu_emit.c
2014-08-09 Eric Anholtvc4: Use r3 instead of r5 for temps, since r5 only...
2014-08-09 Eric Anholtvc4: Add VC4_DEBUG env option
2014-08-09 Eric Anholtvc4: Add support for SNE/SEQ/SGE/SLT.
2014-08-09 Eric Anholtvc4: Add initial support for math opcodes
2014-08-09 Eric Anholtvc4: Switch to actually generating vertex and fragment...