gallium: passthrough tri, not point

This commit is contained in:
Brian Paul 2008-04-23 12:11:00 -06:00
parent 95f8f8863a
commit 3f6242d3e4

View file

@ -169,7 +169,7 @@ struct draw_stage *draw_wide_line_stage( struct draw_context *draw )
wide->stage.next = NULL;
wide->stage.point = draw_pipe_passthrough_point;
wide->stage.line = wideline_line;
wide->stage.tri = draw_pipe_passthrough_point;
wide->stage.tri = draw_pipe_passthrough_tri;
wide->stage.flush = wideline_flush;
wide->stage.reset_stipple_counter = wideline_reset_stipple_counter;
wide->stage.destroy = wideline_destroy;