aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_interp.c
Commit message (Expand)AuthorAgeFilesLines
* llvmpipe: fix comment/typoBrian Paul2010-04-201-1/+3
* llvmpipe: rename mode -> interpBrian Paul2010-04-201-14/+14
* llvmpipe: remove dead code/commentBrian Paul2010-04-201-2/+0
* gallivm/llvmpipe: move lp_bld_interp.c to llvmpipe/ directoryBrian Paul2010-04-161-0/+408
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-407/+0
* llvmpipe: force constant interpolation of flatshade colorsKeith Whitwell2010-01-111-1/+10
* Merge remote branch 'origin/master' into lp-binningJosé Fonseca2010-01-081-28/+2
|\
| * tgsi: rename fields of tgsi_full_declaration to reduce verbosityKeith Whitwell2009-11-241-2/+2
| * llvmpipe: Immediate multiplication.José Fonseca2009-10-251-28/+2
* | llvmpipe: execute shaders on 4x4 blocks instead of 8x2Brian Paul2009-12-021-44/+91
|/
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-1/+1
* llvmpipe: Factor out and optimize the input interpolation.José Fonseca2009-08-291-0/+377