aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/vc4/vc4_nir_lower_io.c
Commit message (Expand)AuthorAgeFilesLines
* vc4: Use Rob's NIR-based user clip lowering.Eric Anholt2015-10-231-0/+1
* vc4: Switch our vertex attr lowering to being NIR-based.Eric Anholt2015-10-201-34/+199
* vc4: Use nir_foreach_variableBoyan Ding2015-10-201-2/+2
* vc4: convert from tgsi semantic/index to varying-slotEric Anholt2015-09-161-20/+9
* gallium/ttn: Convert to using VARYING_SLOT_* / FRAG_RESULT_*.Eric Anholt2015-09-161-3/+10
* vc4: Fix build from recent NIR cleanups.Eric Anholt2015-09-141-2/+1
* nir: Convert the builder to use the new NIR cursor API.Kenneth Graunke2015-08-271-3/+3
* vc4: Move all of our fixed function fragment color handling to NIR.Eric Anholt2015-08-141-4/+20
* vc4: Lower uniform loads to scalar in NIR.Eric Anholt2015-07-301-14/+72
* vc4: Move some FS input lowering into NIR.Eric Anholt2015-07-301-0/+47
* vc4: Lower NIR inputs to scalar as well.Eric Anholt2015-07-301-2/+42
* vc4: Start adding a NIR-based output lowering pass.Eric Anholt2015-07-301-0/+130