summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_qpu.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-25vc4: Add support for MUL output rotation.Eric Anholt1-0/+1
2016-08-25vc4: Add support for the 2-bit LOAD_IMM variants.Eric Anholt1-0/+2
2016-07-12vc4: Add QPU support for generating BRANCH instructions.Eric Anholt1-0/+4
2016-07-12vc4: Implement live intervals using a CFG.Eric Anholt1-0/+6
2016-05-06vc4: Reuse QPU disasm's cond flags in QIR.Eric Anholt1-0/+3
2015-12-08vc4: Add support for multisample framebuffer operations.Eric Anholt1-0/+11
2015-10-26vc4: If a QIR source has an unpack set, print it.Eric Anholt1-0/+3
2015-08-21vc4: Reuse QPU dumping for packing bits in QIR.Eric Anholt1-0/+7
2015-07-17vc4: Use the pure/const attributes on a bunch of our QPU functions.Eric Anholt1-15/+15
2014-12-17vc4: Add support for turning constant uniforms into small immediates.Eric Anholt1-0/+1
2014-12-05vc4: Refuse to merge two ops that both access shared functions.Eric Anholt1-0/+1
2014-12-01vc4: Pair up QPU instructions when scheduling.Eric Anholt1-1/+1
2014-12-01vc4: Introduce scheduling of QPU instructions.Eric Anholt1-0/+3
2014-12-01vc4: Add another check for invalid TLB scoreboard handling.Eric Anholt1-0/+3
2014-08-24vc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NOP() helper.Eric Anholt1-2/+1
2014-08-22vc4: Make some helpers for setting condition codes in instructions.Eric Anholt1-0/+2
2014-08-08vc4: Switch to actually generating vertex and fragment shader code from TGSI.Eric Anholt1-2/+3
2014-08-08vc4: Initial skeleton driver import.Eric Anholt1-0/+201