summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_program.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Add an initial pass of algebraic optimization.Eric Anholt2014-08-081-4/+5
* vc4: Add support for CMP.Eric Anholt2014-08-081-1/+6
* vc4: Make scheduling of NOPs a separate step from QIR -> QPU translation.Eric Anholt2014-08-081-4/+4
* vc4: Add WIP support for varyings.Eric Anholt2014-08-081-7/+48
* vc4: Fix emit of ABSEric Anholt2014-08-081-1/+11
* vc4: Add shader variant caching to handle FS output swizzle.Eric Anholt2014-08-081-63/+221
* vc4: Add VC4_DEBUG env optionEric Anholt2014-08-081-7/+17
* vc4: Add support for SNE/SEQ/SGE/SLT.Eric Anholt2014-08-081-0/+4
* vc4: Fix UBO allocation when no uniforms are used.Eric Anholt2014-08-081-1/+2
* vc4: Add initial support for math opcodesEric Anholt2014-08-081-0/+4
* vc4: Switch to actually generating vertex and fragment shader code from TGSI.Eric Anholt2014-08-081-221/+528
* vc4: Start converting the driver to use vertex shaders.Eric Anholt2014-08-081-1/+127
* vc4: Initial skeleton driver import.Eric Anholt2014-08-081-0/+229