Merge branch '7.8'
[mesa.git] / src / gallium / auxiliary / draw / draw_pipe_twoside.c
index c329d9233908e6f6c39fbfff26249f653dc73c69..eef0238b157f89392a72868ea893e633324d4cb0 100644 (file)
@@ -181,6 +181,7 @@ struct draw_stage *draw_twoside_stage( struct draw_context *draw )
       goto fail;
 
    twoside->stage.draw = draw;
+   twoside->stage.name = "twoside";
    twoside->stage.next = NULL;
    twoside->stage.point = draw_pipe_passthrough_point;
    twoside->stage.line = draw_pipe_passthrough_line;