summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_qpu_disasm.c
AgeCommit message (Expand)AuthorFilesLines
2016-11-30vc4: Fix stray "." on no-op MUL packs.Eric Anholt1-6/+6
2016-08-25vc4: Add disassembly for constant MUL rotatesEric Anholt1-9/+11
2016-07-12vc4: Add QPU support for generating BRANCH instructions.Eric Anholt1-0/+28
2016-05-17vc4: Fix a -Wformat-security warning.Eric Anholt1-1/+1
2016-05-06vc4: Reuse QPU disasm's cond flags in QIR.Eric Anholt1-13/+38
2015-10-26vc4: If a QIR source has an unpack set, print it.Eric Anholt1-3/+9
2015-10-24vc4: Fix names of the 16-bit unpacksEric Anholt1-2/+2
2015-08-21vc4: Reuse QPU dumping for packing bits in QIR.Eric Anholt1-2/+14
2015-07-30vc4: Avoid overflowing various static tables.Eric Anholt1-1/+1
2014-12-17vc4: Add support for turning constant uniforms into small immediates.Eric Anholt1-2/+2
2014-12-17vc4: Fix missing newline for load immediate instruction disasm.Eric Anholt1-4/+4
2014-12-15vc4: Rename the 16-bit unpack #define.Eric Anholt1-2/+2
2014-10-01vc4: Fix compiler warningEric Anholt1-1/+1
2014-09-23vc4: Add disasm for A-file unpack operations.Eric Anholt1-12/+16
2014-08-11vc4: Add support for texturing (under simulation)Eric Anholt1-0/+17
2014-08-08vc4: Add support for SNE/SEQ/SGE/SLT.Eric Anholt1-4/+30
2014-08-08vc4: Switch to actually generating vertex and fragment shader code from TGSI.Eric Anholt1-2/+2
2014-08-08vc4: Initial skeleton driver import.Eric Anholt1-0/+363