summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/softpipe/sp_quad_coverage.c
Commit message (Expand)AuthorAgeFilesLines
* softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell2009-07-271-101/+0
* softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell2009-07-241-1/+0
* softpipe: actually pass >1 quad from triangle routineKeith Whitwell2009-07-241-8/+2
* softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell2009-07-241-17/+31
* softpipe: rename PRIM_x to QUAD_PRIM_xBrian2009-02-111-3/+4
* softpipe: rename sp_headers.h to sp_quad.hBrian2009-02-111-1/+1
* softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian2009-02-111-1/+1
* gallium: standardize api on the prefix "nr"Zack Rusin2009-01-271-1/+1
* softpipe: Split changing fields of quad_header into input, inout and output p...Michal Krol2008-09-081-7/+7
* gallium: refactor/replace p_util.h with util/u_memory.h and util/u_math.hBrian Paul2008-08-241-1/+1
* gallium: begin reworking quad stages for multiple color outputsBrian2008-04-071-5/+10
* Code reorganization: move files into their places.José Fonseca2008-02-151-0/+88