util: fix compile breakage
authorBrian Paul <brianp@vmware.com>
Thu, 12 Dec 2013 18:11:31 +0000 (11:11 -0700)
committerBrian Paul <brianp@vmware.com>
Thu, 12 Dec 2013 18:11:32 +0000 (11:11 -0700)
D'oh!

src/gallium/auxiliary/util/u_blitter.c

index 9591fc439cb4141c5462ef27019cb5a0d4ce4fbc..23f1f3afa6ce4681fbd086e57a812c7e33429cdf 100644 (file)
@@ -997,7 +997,7 @@ static void *get_clear_blend_state(struct blitter_context_priv *ctx,
 
       blend.independent_blend_enable = 1;
 
-      for i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
+      for (i = 0; i < PIPE_MAX_COLOR_BUFS; i++) {
          if (clear_buffers & (PIPE_CLEAR_COLOR0 << i)) {
             blend.rt[i].colormask = PIPE_MASK_RGBA;
          }