i915g: Fix indentation and comment.
authorStéphane Marchesin <marcheu@chromium.org>
Fri, 20 Jan 2012 00:28:23 +0000 (16:28 -0800)
committerStéphane Marchesin <marcheu@chromium.org>
Fri, 20 Jan 2012 03:27:34 +0000 (19:27 -0800)
src/gallium/drivers/i915/i915_state_emit.c

index 9d487cfcdc12dcbbb437ea8cadc4212efdef9be3..9c941ae9e41ee3b932a829592b855c648307071b 100644 (file)
@@ -385,8 +385,8 @@ emit_program(struct i915_context *i915)
       OUT_BATCH(size);
    }
 
-   /* output the declarations of the program */
-   for (i=1 ; i < i915->fs->program_len; i++)
+   /* output the declarations and the program */
+   for (i = 1 ; i < i915->fs->program_len; i++)
       OUT_BATCH(i915->fs->program[i]);
 
    /* we emit an additional mov with swizzle to fake RGBA framebuffers */