disabled automatic mipmaps until we can handle 565 textures.

This commit is contained in:
Daniel Borca 2004-07-29 08:31:26 +00:00
parent 10e768c11b
commit d9166e132e

View file

@ -97,7 +97,9 @@ static void tdfxDDInitExtensions( GLcontext *ctx )
_mesa_enable_extension( ctx, "GL_EXT_blend_subtract" );
_mesa_enable_extension( ctx, "GL_EXT_blend_equation_separate" );
} else {
#if 0 /*[dBorca] cannot handle 565. badbad! revise*/
_mesa_enable_extension( ctx, "GL_SGIS_generate_mipmap" );
#endif
}
if (fxMesa->haveHwStencil) {