draw: Properly limit vertex buffer fetches on draw arrays.
[mesa.git] / src / gallium / drivers / softpipe / sp_clear.h
index a8ed1c4ecc41664405307d39ba795bb87266a076..6dd7d132fe88ea7f949aa6832e97a7ec186503c8 100644 (file)
 #ifndef SP_CLEAR_H
 #define SP_CLEAR_H
 
-#include "pipe/p_state.h"
 struct pipe_context;
 
 extern void
-softpipe_clear(struct pipe_context *pipe, struct pipe_surface *ps,
-               unsigned clearValue);
+softpipe_clear(struct pipe_context *pipe, unsigned buffers,
+               const union pipe_color_union *color,
+               double depth, unsigned stencil);
 
 
 #endif /* SP_CLEAR_H */