summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/i965/brw_draw.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/drivers/i965/brw_draw.h')
-rw-r--r--src/gallium/drivers/i965/brw_draw.h15
1 files changed, 1 insertions, 14 deletions
diff --git a/src/gallium/drivers/i965/brw_draw.h b/src/gallium/drivers/i965/brw_draw.h
index dc7ca8731d..13f0443a81 100644
--- a/src/gallium/drivers/i965/brw_draw.h
+++ b/src/gallium/drivers/i965/brw_draw.h
@@ -33,21 +33,8 @@
struct brw_context;
-void brw_draw_prims( struct brw_context *brw,
- const struct gl_client_array *arrays[],
- const struct _mesa_prim *prims,
- GLuint nr_prims,
- const struct _mesa_index_buffer *ib,
- GLboolean index_bounds_valid,
- GLuint min_index,
- GLuint max_index );
-
void brw_draw_init( struct brw_context *brw );
-void brw_draw_destroy( struct brw_context *brw );
+void brw_draw_cleanup( struct brw_context *brw );
-/* brw_draw_current.c
- */
-void brw_init_current_values(struct brw_context *brw,
- struct gl_client_array *arrays);
#endif