gallium: fix line emit order for unfilled tris
authorBrian Paul <brian.paul@tungstengraphics.com>
Fri, 29 Feb 2008 20:00:17 +0000 (13:00 -0700)
committerBrian Paul <brian.paul@tungstengraphics.com>
Fri, 29 Feb 2008 20:04:53 +0000 (13:04 -0700)
commit5240cebb23f4862f4f7458a1b397957e4460b527
tree29f26c3ae541a8acc9c7815f13aab52de6038800
parent6da943d204eeb488895933c45e174042cb69c92d
gallium: fix line emit order for unfilled tris

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.
src/gallium/auxiliary/draw/draw_unfilled.c