aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_bld_blend.h
Commit message (Collapse)AuthorAgeFilesLines
* 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.