diff options
Diffstat (limited to 'src/gallium')
| -rw-r--r-- | 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 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  | 
