mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-02-06 19:00:27 +01:00
i915g: Fix indentation and comment.
This commit is contained in:
parent
4f82fed493
commit
2f9df215a2
1 changed files with 2 additions and 2 deletions
|
|
@ -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 */
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue