summaryrefslogtreecommitdiff
path: root/src/gallium/auxiliary/draw/draw_unfilled.c
AgeCommit message (Collapse)Author
2008-03-10gallium: WinCE portability fixes.José Fonseca
2008-02-29gallium: fix line emit order for unfilled trisBrian Paul
A tri drawn with GL_LINE_LOOP and GL_POLYGON w/ fillmode=GL_LINE should produce the same results when line stipple is enabled. Results are correct now.
2008-02-15Code reorganization: s/aux/auxiliary/.José Fonseca
"aux" is a reserved name on Windows (X_X)