summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_llvm_translate.c
AgeCommit message (Collapse)Author
2010-04-16draw llvm: Remove unnecessary header.Vinson Lee
2010-04-16gallium/draw: fix breakage from moving lp_bld_* filesBrian Paul
2010-04-07draw llvm: Remove unnecessary headers.Vinson Lee
2010-04-02draw llvm: fix translation of formats with variable componentsZack Rusin
2010-03-31draw llvm: fix iteration over buffersZack Rusin
fetching was converting garbage
2010-03-30draw llvm: fix some silly mistakesZack Rusin
the vs_type selection isn't ideal, but for now both llvmpipe's fs and vs do the same thing which is operate on 4xfloat vector as the base type
2010-03-30draw llvm: we translate between pointers, not values directlyZack Rusin
2010-03-30draw llvm: various fixes for the translation codeZack Rusin
the from translation isn't quite right yet
2010-03-29draw llvmpipe: lots of fixes for fetch/emitZack Rusin
the values passed are still not right, but the general scheme is looking good.
2010-02-22gallium/draw: initial code to properly support llvm in the draw moduleZack Rusin
code generate big chunks of the vertex pipeline in order to speed up software vertex processing.