vc4: Fix mixup of return type in reloc_tex().
[mesa.git] / src / gallium / drivers / vc4 / vc4_qpu.c
2014-10-08 Eric Anholtvc4: Set unused raddr fields to QPU_R_NOP.
2014-10-08 Eric Anholtvc4: Abstract out the field-merging logic for instructions.
2014-08-25 Eric Anholtvc4: Set the other WADDR in the qpu instruction helpers.
2014-08-25 Eric Anholtvc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NO...
2014-08-25 Eric Anholtvc4: Ignore WADDRs from the other half of the instructi...
2014-08-22 Eric Anholtvc4: Make some helpers for setting condition codes...
2014-08-09 Eric Anholtvc4: Switch to actually generating vertex and fragment...
2014-08-09 Eric Anholtvc4: Initial skeleton driver import.