Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-07-27 | softpipe: move all depth/stencil/alpha pixel processing into one stage | Keith Whitwell | |
2009-07-24 | softpipe: expand quad pipeline to process >1 quad at a time | Keith Whitwell | |
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. | |||
2009-02-11 | softpipe: rename single-include preprocessor symbol, add comments | Brian | |
2009-02-11 | softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch] | Brian | |
Be more consistant with 'draw' module. |