gallium/draw: add ability to print out active pipeline stages
[mesa.git] / src / gallium / auxiliary / draw / draw_pipe_wide_point.c
index e1af9e56a24f0b10c41d8d878bfe31458a794745..49034ae86a2de3160e027e3400191f9f51850905 100644 (file)
@@ -279,6 +279,7 @@ struct draw_stage *draw_wide_point_stage( struct draw_context *draw )
       goto fail;
 
    wide->stage.draw = draw;
+   wide->stage.name = "wide-point";
    wide->stage.next = NULL;
    wide->stage.point = widepoint_first_point;
    wide->stage.line = draw_pipe_passthrough_line;