summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qpu_disasm.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Add disassembly for constant MUL rotatesEric Anholt2016-08-251-9/+11
* vc4: Add QPU support for generating BRANCH instructions.Eric Anholt2016-07-121-0/+28
* vc4: Fix a -Wformat-security warning.Eric Anholt2016-05-171-1/+1
* vc4: Reuse QPU disasm's cond flags in QIR.Eric Anholt2016-05-061-13/+38
* vc4: If a QIR source has an unpack set, print it.Eric Anholt2015-10-261-3/+9
* vc4: Fix names of the 16-bit unpacksEric Anholt2015-10-241-2/+2
* vc4: Reuse QPU dumping for packing bits in QIR.Eric Anholt2015-08-211-2/+14
* vc4: Avoid overflowing various static tables.Eric Anholt2015-07-301-1/+1
* vc4: Add support for turning constant uniforms into small immediates.Eric Anholt2014-12-171-2/+2
* vc4: Fix missing newline for load immediate instruction disasm.Eric Anholt2014-12-171-4/+4
* vc4: Rename the 16-bit unpack #define.Eric Anholt2014-12-151-2/+2
* vc4: Fix compiler warningEric Anholt2014-10-011-1/+1
* vc4: Add disasm for A-file unpack operations.Eric Anholt2014-09-231-12/+16
* vc4: Add support for texturing (under simulation)Eric Anholt2014-08-111-0/+17
* vc4: Add support for SNE/SEQ/SGE/SLT.Eric Anholt2014-08-081-4/+30
* vc4: Switch to actually generating vertex and fragment shader code from TGSI.Eric Anholt2014-08-081-2/+2
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+363