summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/softpipe/sp_quad_pipe.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-17s/Tungsten Graphics/VMware/José Fonseca1-2/+2
2011-07-21softpipe: use the polygon stipple utility moduleBrian Paul1-1/+1
2011-07-21softpipe: implement fragment shader variantsBrian Paul1-3/+3
2011-07-21softpipe: rename a functionBrian Paul1-7/+7
2010-10-13softpipe: add support for shader stencil export capabilityDave Airlie1-1/+2
2010-04-19softpipe: add option to do polygon stipple in softpipe vs. draw moduleBrian Paul1-0/+5
2009-07-27softpipe: move all depth/stencil/alpha pixel processing into one stageKeith Whitwell1-40/+6
2009-07-24softpipe: move all color-combine code into sp_quad_blend.cKeith Whitwell1-12/+3
2009-07-24softpipe: actually pass >1 quad from triangle routineKeith Whitwell1-3/+3
2009-07-24softpipe: expand quad pipeline to process >1 quad at a timeKeith Whitwell1-43/+45
2009-07-24softpipe: rip out old mulithread supportKeith Whitwell1-31/+17
2009-05-16gallium: remove occlusion_count flag from depth-stencil stateKeith Whitwell1-1/+1
2009-02-11softpipe: rename sp_quad.[ch] -> sp_quad_pipe.[ch]Brian1-0/+118