mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-26 23:40:10 +01:00
i915g: replace //-style comments
This commit is contained in:
parent
c4c11eb456
commit
7e3955d8e8
1 changed files with 4 additions and 2 deletions
|
|
@ -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;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue