gallium: changes to polygon mode weren't detected in draw_unfilled stage.

Need to reset stage->tri = unfilled_first_try in unfilled_flush() so that the
front/back state is picked up.
This commit is contained in:
Brian
2008-02-14 14:15:52 -07:00
parent b08102a8f3
commit 4f32c53237
+2
View File
@@ -165,6 +165,8 @@ static void unfilled_flush( struct draw_stage *stage,
unsigned flags )
{
stage->next->flush( stage->next, flags );
stage->tri = unfilled_first_tri;
}