aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_blend.h
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: fix up indexing of blend/colormask state for render targetsBrian Paul2010-05-101-0/+2
|
* gallivm/llvmpipe: move an old comment to a better locationBrian Paul2010-05-101-11/+0
|
* gallivm/llvmpipe: move lp_bld_blend* files to llvmpipe/ directoryBrian Paul2010-04-161-0/+107
|
* llvmpipe: export the tgsi translation code to a common layerZack Rusin2010-02-081-107/+0
| | | | | | | 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.
* llvmpipe: Make lp_type a regular union.José Fonseca2009-09-141-3/+3
| | | | | Union not worth the hassle of violating C99 or adding a name to the structure.
* llvmpipe: Code generate logic ops.José Fonseca2009-08-291-0/+13
|
* llvmpipe: SoA blending.José Fonseca2009-08-291-0/+94
Throughput seems to be 4x higher.