summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/vc4/vc4_qpu_defines.h
AgeCommit message (Expand)AuthorFilesLines
2016-08-25vc4: Add support for the 2-bit LOAD_IMM variants.Eric Anholt1-0/+6
2016-08-25vc4: Add real validation for MUL rotation.Eric Anholt1-0/+4
2016-07-12vc4: Add a bitmap of branch targets in kernel validation.Eric Anholt1-0/+3
2016-07-12vc4: Add QPU support for generating BRANCH instructions.Eric Anholt1-0/+30
2015-10-24vc4: Fix names of the 16-bit unpacksEric Anholt1-2/+2
2014-12-17vc4: Add support for turning constant uniforms into small immediates.Eric Anholt1-2/+5
2014-12-16vc4: Add a helper for changing a field in an instruction.Eric Anholt1-0/+3
2014-12-15vc4: Rename the 16-bit unpack #define.Eric Anholt1-2/+2
2014-10-01vc4: Add support for the FACE semantic.Eric Anholt1-1/+1
2014-09-23vc4: Add disasm for A-file unpack operations.Eric Anholt1-9/+9
2014-09-15vc4: Reuse the util header instead of defining our own ARRAY_SIZE.Eric Anholt1-2/+1
2014-08-11vc4: Add support for depth clears and tests within a tile.Eric Anholt1-0/+1
2014-08-11vc4: Add support for texturing (under simulation)Eric Anholt1-0/+14
2014-08-08vc4: Add support for SNE/SEQ/SGE/SLT.Eric Anholt1-0/+2
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/+255