aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_qpu_emit.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Merge qpu_a_NOP() and qpu_m_NOP to a single qpu_NOP() helper.Eric Anholt2014-08-241-43/+40
* vc4: Fix LT/GE set-0-or-1 compares.Eric Anholt2014-08-241-1/+1
* vc4: Add support for fragment discards.Eric Anholt2014-08-221-0/+16
* vc4: Make some helpers for setting condition codes in instructions.Eric Anholt2014-08-221-15/+11
* vc4: Emit the scoreboard wait just when it's needed.Eric Anholt2014-08-221-2/+25
* vc4: Include stdio/stdlib in headers so I don't have to include it per file.Eric Anholt2014-08-221-1/+0
* vc4: Add support for blending.Eric Anholt2014-08-151-0/+7
* vc4: Add support for gl_FragCoord.Eric Anholt2014-08-111-1/+29
* vc4: Add support for depth clears and tests within a tile.Eric Anholt2014-08-111-0/+8
* vc4: Add support for texturing (under simulation)Eric Anholt2014-08-111-0/+32
* vc4: Fix register aliasing for packing of scaled coordinates.Eric Anholt2014-08-081-11/+18
* vc4: Add support for the TGSI TRUNC opcode.Eric Anholt2014-08-081-0/+1
* vc4: Add support for multiple attributesEric Anholt2014-08-081-1/+3
* vc4: Add more useful debug for the undefined-source caseEric Anholt2014-08-081-5/+12
* vc4: Add support for CMP.Eric Anholt2014-08-081-0/+40
* vc4: Make scheduling of NOPs a separate step from QIR -> QPU translation.Eric Anholt2014-08-081-85/+205
* vc4: Add WIP support for varyings.Eric Anholt2014-08-081-0/+6
* vc4: Use r3 instead of r5 for temps, since r5 only has 32 bits of storageEric Anholt2014-08-081-8/+8
* vc4: Add VC4_DEBUG env optionEric Anholt2014-08-081-1/+3
* vc4: Add support for SNE/SEQ/SGE/SLT.Eric Anholt2014-08-081-7/+48
* vc4: Add initial support for math opcodesEric Anholt2014-08-081-1/+37
* vc4: Switch to actually generating vertex and fragment shader code from TGSI.Eric Anholt2014-08-081-0/+292