gallium: Clean up driver clear() interface.
[mesa.git] / src / gallium / drivers / nv30 / nv30_context.h
index b9337697008c1fed3440f094d527a891fbcc19eb..4229c0a0e1478bc33842e4416e0283fdf751dd73 100644 (file)
@@ -206,7 +206,7 @@ extern boolean nv30_draw_elements(struct pipe_context *pipe,
                                  unsigned count);
 
 /* nv30_clear.c */
-extern void nv30_clear(struct pipe_context *pipe, struct pipe_surface *ps,
-                      unsigned clearValue);
+extern void nv30_clear(struct pipe_context *pipe, unsigned buffers,
+                      const float *rgba, double depth, unsigned stencil);
 
 #endif