Mesa (master): i915g: Remove duplicated comment.

Stephane Marchesin marcheu at kemper.freedesktop.org
Tue Oct 11 02:44:38 UTC 2011


Module: Mesa
Branch: master
Commit: a13eed4b826d0bb5dfcb5e63651987a232df8a06
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=a13eed4b826d0bb5dfcb5e63651987a232df8a06

Author: Stéphane Marchesin <marcheu at chromium.org>
Date:   Mon Oct 10 18:18:37 2011 -0700

i915g: Remove duplicated comment.

---

 src/gallium/drivers/i915/i915_clear.c |    1 -
 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 69fe2f3..235ac67 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 */




More information about the mesa-commit mailing list