i915: Remove most of the code under gen >= 4 checks.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_draw.h
index b91041932e193f6c18056e8ca0bdaa8cae85c4d6..d86a9e72cbb2c804a74089751210a47b7d8e4305 100644 (file)
@@ -35,7 +35,6 @@ struct brw_context;
 
 
 void brw_draw_prims( struct gl_context *ctx,
-                    const struct gl_client_array *arrays[],
                     const struct _mesa_prim *prims,
                     GLuint nr_prims,
                     const struct _mesa_index_buffer *ib,
@@ -52,4 +51,11 @@ void brw_draw_destroy( struct brw_context *brw );
 void brw_init_current_values(struct gl_context *ctx,
                             struct gl_client_array *arrays);
 
+/* brw_primitive_restart.c */
+GLboolean
+brw_handle_primitive_restart(struct gl_context *ctx,
+                             const struct _mesa_prim *prim,
+                             GLuint nr_prims,
+                             const struct _mesa_index_buffer *ib);
+
 #endif