draw: Update for renamed sampler/texture state setters.
[mesa.git] / src / gallium / auxiliary / draw / draw_pipe_wide_line.c
index 184e363594dce67034a7ff34a3a0232b38a9f1a9..f32cbef983d71aa70a2c9d9dcab0682cfe8d1bd5 100644 (file)
@@ -168,6 +168,7 @@ struct draw_stage *draw_wide_line_stage( struct draw_context *draw )
    draw_alloc_temp_verts( &wide->stage, 4 );
 
    wide->stage.draw = draw;
+   wide->stage.name = "wide-line";
    wide->stage.next = NULL;
    wide->stage.point = draw_pipe_passthrough_point;
    wide->stage.line = wideline_line;