summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qpu_defines.h
Commit message (Expand)AuthorAgeFilesLines
* vc4: Add support for the 2-bit LOAD_IMM variants.Eric Anholt2016-08-251-0/+6
* vc4: Add real validation for MUL rotation.Eric Anholt2016-08-251-0/+4
* vc4: Add a bitmap of branch targets in kernel validation.Eric Anholt2016-07-121-0/+3
* vc4: Add QPU support for generating BRANCH instructions.Eric Anholt2016-07-121-0/+30
* vc4: Fix names of the 16-bit unpacksEric Anholt2015-10-241-2/+2
* vc4: Add support for turning constant uniforms into small immediates.Eric Anholt2014-12-171-2/+5
* vc4: Add a helper for changing a field in an instruction.Eric Anholt2014-12-161-0/+3
* vc4: Rename the 16-bit unpack #define.Eric Anholt2014-12-151-2/+2
* vc4: Add support for the FACE semantic.Eric Anholt2014-10-011-1/+1
* vc4: Add disasm for A-file unpack operations.Eric Anholt2014-09-231-9/+9
* vc4: Reuse the util header instead of defining our own ARRAY_SIZE.Eric Anholt2014-09-151-2/+1
* vc4: Add support for depth clears and tests within a tile.Eric Anholt2014-08-111-0/+1
* vc4: Add support for texturing (under simulation)Eric Anholt2014-08-111-0/+14
* vc4: Add support for SNE/SEQ/SGE/SLT.Eric Anholt2014-08-081-0/+2
* 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/+255