i915g: Use C-style comment.

This commit is contained in:
Vinson Lee 2009-12-22 15:19:48 -08:00
parent cf02484fb6
commit fb8bff341e
1 changed files with 4 additions and 2 deletions

View File

@ -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;
}