summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBrian Paul <brianp@vmware.com>2010-07-15 15:41:15 -0600
committerBrian Paul <brianp@vmware.com>2010-07-15 15:42:36 -0600
commit5c0f6bf13b49d38fc41632ef5a0bbada98195398 (patch)
tree194f63fad90979e6fad5cfecbfcda4b879cb7388
parent7fce75ed292097669685834c4709d6c73ea2615c (diff)
draw: move prototype, update comment
-rw-r--r--src/gallium/auxiliary/draw/draw_context.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/gallium/auxiliary/draw/draw_context.h b/src/gallium/auxiliary/draw/draw_context.h
index 724f992783..116716af6f 100644
--- a/src/gallium/auxiliary/draw/draw_context.h
+++ b/src/gallium/auxiliary/draw/draw_context.h
@@ -53,6 +53,8 @@ struct draw_context *draw_create( struct pipe_context *pipe );
void draw_destroy( struct draw_context *draw );
+void draw_flush(struct draw_context *draw);
+
void draw_set_viewport_state( struct draw_context *draw,
const struct pipe_viewport_state *viewport );
@@ -191,7 +193,7 @@ draw_set_so_state(struct draw_context *draw,
/***********************************************************************
- * draw_prim.c
+ * draw_pt.c
*/
void draw_arrays(struct draw_context *draw, unsigned prim,
@@ -205,8 +207,6 @@ draw_arrays_instanced(struct draw_context *draw,
unsigned startInstance,
unsigned instanceCount);
-void draw_flush(struct draw_context *draw);
-
/*******************************************************************************
* Driver backend interface