vc4: Fold the 16-bit integer pack into the instructions generating it.
[mesa.git] / src / gallium / drivers / vc4 / vc4_qpu.h
2015-08-21 Eric Anholtvc4: Reuse QPU dumping for packing bits in QIR.
2015-07-17 Eric Anholtvc4: Use the pure/const attributes on a bunch of our...
2014-12-18 Eric Anholtvc4: Add support for turning constant uniforms into...
2014-12-05 Eric Anholtvc4: Refuse to merge two ops that both access shared...
2014-12-02 Eric Anholtvc4: Pair up QPU instructions when scheduling.
2014-12-01 Eric Anholtvc4: Introduce scheduling of QPU instructions.
2014-12-01 Eric Anholtvc4: Add another check for invalid TLB scoreboard handling.
2014-08-25 Eric Anholtvc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NO...
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.