aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qpu.h
Commit message (Expand)AuthorAgeFilesLines
* 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