draw: move prototype, update comment

This commit is contained in:
Brian Paul 2010-07-15 15:41:15 -06:00
parent 7fce75ed29
commit 5c0f6bf13b
1 changed files with 3 additions and 3 deletions

View File

@ -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