Explorar el Código

draw: move prototype, update comment

tags/mesa-7.9-rc1
Brian Paul hace 15 años
padre
commit
5c0f6bf13b
Se han modificado 1 ficheros con 3 adiciones y 3 borrados
  1. 3
    3
      src/gallium/auxiliary/draw/draw_context.h

+ 3
- 3
src/gallium/auxiliary/draw/draw_context.h Ver fichero

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

Cargando…
Cancelar
Guardar