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