Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-05-10 | llvmpipe: fix up indexing of blend/colormask state for render targets | Brian Paul | |
2010-05-10 | gallivm/llvmpipe: move an old comment to a better location | Brian Paul | |
2010-04-16 | gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directory | Brian Paul | |
2010-02-08 | llvmpipe: export the tgsi translation code to a common layer | Zack 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. | |||
2009-09-14 | llvmpipe: Make lp_type a regular union. | José Fonseca | |
Union not worth the hassle of violating C99 or adding a name to the structure. | |||
2009-08-29 | llvmpipe: Code generate logic ops. | José Fonseca | |
2009-08-29 | llvmpipe: SoA blending. | José Fonseca | |
Throughput seems to be 4x higher. |