summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/llvmpipe/lp_quad_pipe.c
Commit message (Collapse)AuthorAgeFilesLines
* llvmpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell2009-08-291-40/+6
|
* llvmpipe: move all color-combine code into lp_quad_blend.cKeith Whitwell2009-08-291-12/+3
| | | | | Consolidate the read-modify-write color combining code from the blend, colormask and output stages.
* llvmpipe: actually pass >1 quad from triangle routineKeith Whitwell2009-08-291-3/+3
| | | | First attempt
* llvmpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell2009-08-291-43/+45
| | | | | | This is part one -- we still only pass a single quad down, but the code can now cope with more. The quads must all be from the same tile.
* llvmpipe: rip out old mulithread supportKeith Whitwell2009-08-291-31/+17
|
* llvmpipe: Rename preprocessor symbols too.José Fonseca2009-08-291-1/+1
|
* llvmpipe: Fork softpipe for experimentation with llvm.José Fonseca2009-08-291-0/+118