summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/gallivm/lp_bld_interp.c
AgeCommit message (Collapse)Author
2010-03-15gallivm/llvmpipe: rename some constant building functionsBrian Paul
2010-02-11llvmpipe: Handle TGSI_TOKEN_TYPE_PROPERTY.José Fonseca
Avoids assertion failures with certain shaders.
2010-02-08llvmpipe: export the tgsi translation code to a common layerZack Rusin
the llvmpipe tgsi translation is a lot more complete than what was in gallivm so replacing the latter with the former. this is needed since the draw llvm paths will use the same code. effectively the proven llvmpipe code becomes gallivm.