better comment
authorBrian <brian.paul@tungstengraphics.com>
Wed, 20 Jun 2007 20:27:42 +0000 (14:27 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 20 Jun 2007 20:27:42 +0000 (14:27 -0600)
src/mesa/state_tracker/st_draw.c

index 55b9862..24abee1 100644 (file)
@@ -112,8 +112,7 @@ void
 st_clear(struct st_context *st, GLboolean color, GLboolean depth,
          GLboolean stencil, GLboolean accum)
 {
-   /* Validate driver and pipe state:
-    */
+   /* This makes sure the softpipe has the latest scissor, etc values */
    st_validate_state( st );
 
    st->pipe->clear(st->pipe, color, depth, stencil, accum);