diff options
author | Brian <[email protected]> | 2007-08-20 15:11:11 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-08-20 15:11:11 -0600 |
commit | 0a262998ef2813d19e9fee01d3e5808416e9cb04 (patch) | |
tree | 6deb441008fbf668d863e2cea01a9ea559f74bcb /src/mesa/pipe/draw/draw_prim.h | |
parent | a83b72a67263faf21bf16ff879c9718660684aed (diff) |
Move guts of vertex array drawing into the 'draw' module.
Diffstat (limited to 'src/mesa/pipe/draw/draw_prim.h')
-rw-r--r-- | src/mesa/pipe/draw/draw_prim.h | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/src/mesa/pipe/draw/draw_prim.h b/src/mesa/pipe/draw/draw_prim.h index 3224989bef4..4c55b029786 100644 --- a/src/mesa/pipe/draw/draw_prim.h +++ b/src/mesa/pipe/draw/draw_prim.h @@ -8,16 +8,9 @@ void draw_invalidate_vcache( struct draw_context *draw ); void draw_set_prim( struct draw_context *draw, unsigned prim ); -void draw_set_element_buffer( struct draw_context *draw, - unsigned eltSize, void *elements ); - void draw_prim( struct draw_context *draw, unsigned start, unsigned count ); void draw_flush( struct draw_context *draw ); -unsigned draw_prim_info( unsigned prim, unsigned *first, unsigned *incr ); - -unsigned draw_trim( unsigned count, unsigned first, unsigned incr ); - #endif /* DRAW_PRIM_H */ |