summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_private.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mesa/pipe/draw/draw_private.h')
-rw-r--r--src/mesa/pipe/draw/draw_private.h4
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 03b48aa93c..09acf69623 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.
*/