summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/svga/svga_pipe_rasterizer.c
Commit message (Expand)AuthorAgeFilesLines
* svga: remove old comment, remove extra whitespaceBrian Paul2011-02-111-4/+0
* svga: Enable the draw pipeline for smooth lines.José Fonseca2011-02-111-0/+5
* svga: Don't use the draw pipeline for non-AA lines with a fractional width.José Fonseca2011-02-111-2/+1
* svga: Stippled lines can also be drawn with triangles.José Fonseca2011-02-111-1/+2
* svga: Add more swrast debugingJakob Bornecrantz2011-01-251-4/+18
* svga: s/varient/variant/Brian Paul2010-12-161-1/+1
* gallium: more work on ccw flag removalKeith Whitwell2010-05-141-6/+6
* gallium: convert rasterizer state to use gl-style front/back conceptsKeith Whitwell2010-05-141-21/+22
* gallium/draw: use correct rasterization state for wide/AA points/linesBrian Paul2010-04-191-1/+2
* Merge branch 'gallium-nopointsizeminmax'Roland Scheidegger2010-02-091-3/+2
|\
| * gallium: add point_quad_rasterization bit to rasterizer stateRoland Scheidegger2010-02-041-0/+1
| * gallium: clean up point sprite rasterizer stateRoland Scheidegger2010-02-031-1/+1
| * gallium: remove point_size_min and point_size_max from rasterizer stateRoland Scheidegger2010-01-121-2/+0
* | gallium: pipe/p_inlines.h -> util/u_inlines.hJosé Fonseca2010-02-021-1/+1
* | svga: Remove unnecessary headers.Vinson Lee2010-01-211-1/+0
|/
* svga: Add svga driverJakob Bornecrantz2009-11-171-0/+250