diff options
author | Brian <[email protected]> | 2007-11-09 07:54:46 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-11-09 07:55:08 -0700 |
commit | 193c85ec7a1aec44eebc67c6224fb6ecbb4607a5 (patch) | |
tree | 7875bb6e0f32f14d3ed0deffb9bb10ffb5ca3aeb /src/mesa/pipe/draw/draw_private.h | |
parent | 50a56cd755d17e4b754fc019badbda0f113c3065 (diff) |
comments, assertions
Diffstat (limited to 'src/mesa/pipe/draw/draw_private.h')
-rw-r--r-- | src/mesa/pipe/draw/draw_private.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/pipe/draw/draw_private.h b/src/mesa/pipe/draw/draw_private.h index 03b48aa93ce..09acf69623b 100644 --- a/src/mesa/pipe/draw/draw_private.h +++ b/src/mesa/pipe/draw/draw_private.h @@ -100,7 +100,7 @@ struct draw_stage struct draw_stage *next; /**< next stage in pipeline */ - struct vertex_header **tmp; + struct vertex_header **tmp; /**< temp vert storage, such as for clipping */ unsigned nr_tmps; void (*begin)( struct draw_stage * ); @@ -117,7 +117,7 @@ struct draw_stage void (*end)( struct draw_stage * ); /** - * Reset temporary vertices ids in this stage + * Reset temporary vertex ids in this stage * * draw_free_tmps will be called instead if null. */ |