Mesa (master): draw: move prototype, update comment

Brian Paul brianp at kemper.freedesktop.org
Thu Jul 15 21:43:51 UTC 2010


Module: Mesa
Branch: master
Commit: 5c0f6bf13b49d38fc41632ef5a0bbada98195398
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=5c0f6bf13b49d38fc41632ef5a0bbada98195398

Author: Brian Paul <brianp at vmware.com>
Date:   Thu Jul 15 15:41:15 2010 -0600

draw: move prototype, update comment

---

 src/gallium/auxiliary/draw/draw_context.h |    6 +++---
 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 724f992..116716a 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 




More information about the mesa-commit mailing list