draw: Properly limit vertex buffer fetches on draw arrays.
[mesa.git] / src / gallium / drivers / softpipe / sp_clear.h
index 9be3b86fe9f5c9f98a0d40dea1fdc8e46d26acdf..6dd7d132fe88ea7f949aa6832e97a7ec186503c8 100644 (file)
@@ -35,7 +35,8 @@
 struct pipe_context;
 
 extern void
-softpipe_clear(struct pipe_context *pipe, unsigned buffers, const float *rgba,
+softpipe_clear(struct pipe_context *pipe, unsigned buffers,
+               const union pipe_color_union *color,
                double depth, unsigned stencil);