diff options
author | keithw <keithw@keithw-laptop.(none)> | 2007-01-15 11:58:06 +0000 |
---|---|---|
committer | keithw <keithw@keithw-laptop.(none)> | 2007-01-15 11:58:06 +0000 |
commit | 1b7c24c33c43e2c0db391735b2f2ca0026459cc9 (patch) | |
tree | 8773345bebd39c3662a3e8e65ca790135f63d8ba /src/mesa/vbo/vbo_context.h | |
parent | 4557dfe13206495916d4ff8557f1633194a12c0f (diff) |
Hook in split functionality
Diffstat (limited to 'src/mesa/vbo/vbo_context.h')
-rw-r--r-- | src/mesa/vbo/vbo_context.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/mesa/vbo/vbo_context.h b/src/mesa/vbo/vbo_context.h index 4c5ed96765b..0dc1019b39f 100644 --- a/src/mesa/vbo/vbo_context.h +++ b/src/mesa/vbo/vbo_context.h @@ -79,13 +79,7 @@ struct vbo_context { /* Callback into the driver. This must always succeed, the driver * is responsible for initiating any fallback actions required: */ - void (*draw_prims)( GLcontext *ctx, - const struct gl_client_array *arrays[], - const struct _mesa_prim *prims, - GLuint nr_prims, - const struct _mesa_index_buffer *ib, - GLuint min_index, - GLuint max_index ); + vbo_draw_func draw_prims; }; |