diff options
author | Brian <[email protected]> | 2007-07-12 13:32:31 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-07-12 13:32:31 -0600 |
commit | ea470eec86715cd2bc9aa86d36e6ea803d0d4017 (patch) | |
tree | a947814c588475299fc4b7f5fc41681d652838d1 /src/mesa/pipe/draw/draw_context.h | |
parent | 86352ff70d8c9a31fe0ebb4d02ce4bb4644fe54a (diff) |
Rename prim_stage -> draw_stage
Diffstat (limited to 'src/mesa/pipe/draw/draw_context.h')
-rw-r--r-- | src/mesa/pipe/draw/draw_context.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/draw/draw_context.h b/src/mesa/pipe/draw/draw_context.h index 85f2ace75f8..c298d4f46d2 100644 --- a/src/mesa/pipe/draw/draw_context.h +++ b/src/mesa/pipe/draw/draw_context.h @@ -44,7 +44,7 @@ struct vertex_buffer; struct draw_context; -struct prim_stage; +struct draw_stage; struct draw_context *draw_create( void ); @@ -61,7 +61,7 @@ void draw_set_setup_state( struct draw_context *draw, const struct pipe_setup_state *setup ); void draw_set_setup_stage( struct draw_context *draw, - struct prim_stage *stage ); + struct draw_stage *stage ); void draw_set_vertex_attributes( struct draw_context *draw, const GLuint *attrs, |