summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_quad_pipe.c
AgeCommit message (Expand)Author
2010-10-13softpipe: add support for shader stencil export capabilityDave Airlie
2010-04-19softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul
2009-07-27softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell
2009-07-24softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell
2009-07-24softpipe: actually pass >1 quad from triangle routineKeith Whitwell
2009-07-24softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell
2009-07-24softpipe: rip out old mulithread supportKeith Whitwell
2009-05-16gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell
2009-02-11softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian