Mesa (mesa_7_6_branch): i915g: Use C-style comment.

Vinson Lee vlee at kemper.freedesktop.org
Tue Dec 22 23:20:54 UTC 2009


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

Author: Vinson Lee <vlee at vmware.com>
Date:   Tue Dec 22 15:19:48 2009 -0800

i915g: Use C-style comment.

---

 src/gallium/drivers/i915simple/i915_state.c |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/gallium/drivers/i915simple/i915_state.c b/src/gallium/drivers/i915simple/i915_state.c
index 0087dfa..352a4ae 100644
--- a/src/gallium/drivers/i915simple/i915_state.c
+++ b/src/gallium/drivers/i915simple/i915_state.c
@@ -58,8 +58,10 @@ translate_wrap_mode(unsigned wrap)
       return TEXCOORDMODE_CLAMP_EDGE;
    case PIPE_TEX_WRAP_CLAMP_TO_BORDER:
       return TEXCOORDMODE_CLAMP_BORDER;
-//   case PIPE_TEX_WRAP_MIRRORED_REPEAT:
-//      return TEXCOORDMODE_MIRROR;
+   /*         
+   case PIPE_TEX_WRAP_MIRRORED_REPEAT:
+      return TEXCOORDMODE_MIRROR;
+    */
    default:
       return TEXCOORDMODE_WRAP;
    }




More information about the mesa-commit mailing list