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