i915: Remove most of the code under gen >= 4 checks.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_draw.h
index 2cc4cb383796b6e7865440f5cf6681f704abf2ca..d86a9e72cbb2c804a74089751210a47b7d8e4305 100644 (file)
@@ -51,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