[Mesa-dev] [PATCH 1/2] i915: fix a comment typo

Yuanhan Liu yuanhan.liu at linux.intel.com
Tue Feb 28 23:11:05 PST 2012


Signed-off-by: Yuanhan Liu <yuanhan.liu at linux.intel.com>
---
 src/mesa/drivers/dri/i915/i915_texstate.c |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/mesa/drivers/dri/i915/i915_texstate.c b/src/mesa/drivers/dri/i915/i915_texstate.c
index 9022548..0e500e2 100644
--- a/src/mesa/drivers/dri/i915/i915_texstate.c
+++ b/src/mesa/drivers/dri/i915/i915_texstate.c
@@ -311,7 +311,7 @@ i915_update_tex_unit(struct intel_context *intel, GLuint unit, GLuint ss3)
            wt == GL_CLAMP_TO_BORDER || wr == GL_CLAMP_TO_BORDER))
          return false;
 
-      /* Only support TEXCOORDMODE_CLAMP_EDGE and TEXCOORDMODE_CUBE (not 
+      /* Only support TEXCOORDMODE_CLAMP_EDGE and TEXCOORDMODE_CLAMP (not
        * used) when using cube map texture coordinates
        */
       if (tObj->Target == GL_TEXTURE_CUBE_MAP_ARB &&
-- 
1.7.7



More information about the mesa-dev mailing list