summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStéphane Marchesin <marcheu@chromium.org>2011-10-10 18:18:37 -0700
committerStéphane Marchesin <marcheu@chromium.org>2011-10-10 18:18:37 -0700
commita13eed4b826d0bb5dfcb5e63651987a232df8a06 (patch)
tree02b8e148379ed6a7804d894a22e74605d84daabe
parent48555226789f73c0cf72445fb25da9ba66857575 (diff)
i915g: Remove duplicated comment.
-rw-r--r--src/gallium/drivers/i915/i915_clear.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/gallium/drivers/i915/i915_clear.c b/src/gallium/drivers/i915/i915_clear.c
index 69fe2f3aefe..235ac67c530 100644
--- a/src/gallium/drivers/i915/i915_clear.c
+++ b/src/gallium/drivers/i915/i915_clear.c
@@ -156,7 +156,6 @@ i915_clear_emit(struct pipe_context *pipe, unsigned buffers,
OUT_BATCH((clear_params & ~CLEARPARAM_WRITE_COLOR) |
CLEARPARAM_CLEAR_RECT);
/* Used for zone init prim */
- /* Used for zone init prim */
OUT_BATCH(clear_color);
OUT_BATCH(clear_depth);
/* Used for clear rect prim */