tgsi: reduce repetition of structure name in its members
[mesa.git] / src / gallium / auxiliary / draw / draw_pipe_unfilled.c
index 68835fd1a592ac6eb2eb25e208b588467b36d2fd..03bb842e20a30c5978fe5fe899e9139e88829825 100644 (file)
@@ -184,6 +184,7 @@ struct draw_stage *draw_unfilled_stage( struct draw_context *draw )
       goto fail;
 
    unfilled->stage.draw = draw;
+   unfilled->stage.name = "unfilled";
    unfilled->stage.next = NULL;
    unfilled->stage.tmp = NULL;
    unfilled->stage.point = draw_pipe_passthrough_point;