summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/svga/svga_pipe_rasterizer.c
AgeCommit message (Expand)AuthorFilesLines
2011-02-11svga: remove old comment, remove extra whitespaceBrian Paul1-4/+0
2011-02-11svga: Enable the draw pipeline for smooth lines.José Fonseca1-0/+5
2011-02-11svga: Don't use the draw pipeline for non-AA lines with a fractional width.José Fonseca1-2/+1
2011-02-11svga: Stippled lines can also be drawn with triangles.José Fonseca1-1/+2
2011-01-25svga: Add more swrast debugingJakob Bornecrantz1-4/+18
2010-12-16svga: s/varient/variant/Brian Paul1-1/+1
2010-05-14gallium: more work on ccw flag removalKeith Whitwell1-6/+6
2010-05-14gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell1-21/+22
2010-04-19gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul1-1/+2
2010-02-09Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger1-3/+2
2010-02-04gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger1-0/+1
2010-02-03gallium: clean up point sprite rasterizer stateRoland Scheidegger1-1/+1
2010-02-02gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca1-1/+1
2010-01-21svga: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-12gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger1-2/+0
2009-11-17svga: Add svga driverJakob Bornecrantz1-0/+250