mesa: Use u_math.h from macros.h
[mesa.git] / src / mesa / drivers / dri / nouveau / nouveau_array.h
index ad3d69b33d9891cb066c6ee2955294aa0a7d9466..8df0785faf28d3f5df26ea9987d4423562c28f64 100644 (file)
@@ -47,7 +47,7 @@ struct nouveau_array {
 void
 nouveau_init_array(struct nouveau_array *a, int attr, int stride,
                   int fields, int type, struct gl_buffer_object *obj,
-                  const void *ptr, GLboolean map);
+                  const void *ptr, GLboolean map, struct gl_context *ctx);
 
 void
 nouveau_deinit_array(struct nouveau_array *a);