mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-04 04:50:11 +01:00
r300UpdateTextureEnv shouldnt be called.
This commit is contained in:
parent
77667266a7
commit
32551222bc
1 changed files with 2 additions and 2 deletions
|
|
@ -1124,7 +1124,7 @@ static GLboolean update_tex_common(GLcontext * ctx, int unit)
|
|||
rmesa->NewGLState |= _NEW_TEXTURE_MATRIX;
|
||||
}
|
||||
#endif
|
||||
|
||||
#if 0
|
||||
format = tObj->Image[0][tObj->BaseLevel]->_BaseFormat;
|
||||
if (rmesa->state.texture.unit[unit].format != format ||
|
||||
rmesa->state.texture.unit[unit].envMode != texUnit->EnvMode) {
|
||||
|
|
@ -1134,7 +1134,7 @@ static GLboolean update_tex_common(GLcontext * ctx, int unit)
|
|||
return GL_FALSE;
|
||||
}
|
||||
}
|
||||
|
||||
#endif
|
||||
#if R200_MERGED
|
||||
FALLBACK(&rmesa->radeon, RADEON_FALLBACK_BORDER_MODE, t->border_fallback);
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue