gallium: need precalc_flat=1 for wide lines

This commit is contained in:
Brian Paul 2008-02-29 12:21:42 -07:00
parent 4d22330837
commit b8ee90e05a
1 changed files with 1 additions and 0 deletions

View File

@ -84,6 +84,7 @@ static struct draw_stage *validate_pipeline( struct draw_stage *stage )
if (wide_lines) {
draw->pipeline.wide_line->next = next;
next = draw->pipeline.wide_line;
precalc_flat = 1;
}
if (wide_points || draw->rasterizer->point_sprite) {