Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-04-20 | gallivm: Universal format support on lp_build_fetch_rgba_aos via ↵ | José Fonseca | |
util_format_description::fetch_rgba_float This therefore adds support to half float vertex buffers. | |||
2010-04-20 | draw: Fallback to gallivm for translation of ↵ | José Fonseca | |
A8R8G8B8/B8G8R8A8/R10G10B10X2/R10G10B10X2 and other formats. These need swizzles, and bitshifts. | |||
2010-04-16 | draw llvm: Remove unnecessary header. | Vinson Lee | |
2010-04-16 | gallium/draw: fix breakage from moving lp_bld_* files | Brian Paul | |
2010-04-07 | draw llvm: Remove unnecessary headers. | Vinson Lee | |
2010-04-02 | draw llvm: fix translation of formats with variable components | Zack Rusin | |
2010-03-31 | draw llvm: fix iteration over buffers | Zack Rusin | |
fetching was converting garbage | |||
2010-03-30 | draw llvm: fix some silly mistakes | Zack 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-30 | draw llvm: we translate between pointers, not values directly | Zack Rusin | |
2010-03-30 | draw llvm: various fixes for the translation code | Zack Rusin | |
the from translation isn't quite right yet | |||
2010-03-29 | draw llvmpipe: lots of fixes for fetch/emit | Zack Rusin | |
the values passed are still not right, but the general scheme is looking good. | |||
2010-02-22 | gallium/draw: initial code to properly support llvm in the draw module | Zack Rusin | |
code generate big chunks of the vertex pipeline in order to speed up software vertex processing. |