summaryrefslogtreecommitdiff
path: root/src/mesa/pipe/draw/draw_prim.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-08-20 15:11:11 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-08-20 15:11:11 -0600
commit0a262998ef2813d19e9fee01d3e5808416e9cb04 (patch)
tree6deb441008fbf668d863e2cea01a9ea559f74bcb /src/mesa/pipe/draw/draw_prim.h
parenta83b72a67263faf21bf16ff879c9718660684aed (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.h7
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 3224989bef..4c55b02978 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 */