softpipe: use the polygon stipple utility module
[mesa.git] / src / gallium / drivers / softpipe / sp_clear.c
index ae3f00f33874e5c5ab29c79836f53e9072d88389..22e8a2e58170dbc641158ca62c652606d93fb7b2 100644 (file)
@@ -60,7 +60,7 @@ softpipe_clear(struct pipe_context *pipe, unsigned buffers, const float *rgba,
       return;
 
 #if 0
-   softpipe_update_derived(softpipe); /* not needed?? */
+   softpipe_update_derived(softpipe, PIPE_PRIM_TRIANGLES); /* not needed?? */
 #endif
 
    if (buffers & PIPE_CLEAR_COLOR) {