summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qir.h
Commit message (Expand)AuthorAgeFilesLines
* vc4: Expose r4 to register allocation.Eric Anholt2014-09-091-2/+4
* vc4: Merge qcompile and tgsi_to_qirEric Anholt2014-09-041-18/+40
* vc4: Add a CSE optimization pass.Eric Anholt2014-09-041-0/+5
* vc4: Switch to using native integers.Eric Anholt2014-09-041-0/+34
* vc4: Expose compares at a lower level in QIR.Eric Anholt2014-09-041-13/+24
* vc4: Add support for fragment discards.Eric Anholt2014-08-221-0/+2
* vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt2014-08-221-0/+2
* vc4: Add a helper for QOP_R4_UNPACK_[ABCD].Eric Anholt2014-08-181-0/+8
* vc4: Add support for blending.Eric Anholt2014-08-151-0/+3
* vc4: Add support for gl_FragCoord.Eric Anholt2014-08-111-0/+18
* vc4: Add proper translation from Zc to Zs for vertex output.Eric Anholt2014-08-111-0/+3
* vc4: Add support for depth clears and tests within a tile.Eric Anholt2014-08-111-0/+1
* vc4: Add support for texture rectanglesEric Anholt2014-08-111-0/+3
* vc4: Add support for texturing (under simulation)Eric Anholt2014-08-111-6/+56
* vc4: Add support for the TGSI TRUNC opcode.Eric Anholt2014-08-081-0/+2
* vc4: Add support for multiple attributesEric Anholt2014-08-081-0/+1
* vc4: Add support for the lit opcode.Eric Anholt2014-08-081-0/+8
* vc4: Add copy propagation between temps.Eric Anholt2014-08-081-0/+1
* vc4: Add dead code elimination.Eric Anholt2014-08-081-0/+2
* vc4: Add an initial pass of algebraic optimization.Eric Anholt2014-08-081-0/+5
* vc4: Add support for CMP.Eric Anholt2014-08-081-0/+1
* vc4: Make scheduling of NOPs a separate step from QIR -> QPU translation.Eric Anholt2014-08-081-1/+3
* vc4: Add WIP support for varyings.Eric Anholt2014-08-081-0/+2
* vc4: Add support for SNE/SEQ/SGE/SLT.Eric Anholt2014-08-081-0/+6
* vc4: Switch to actually generating vertex and fragment shader code from TGSI.Eric Anholt2014-08-081-0/+182