From: Daniel Borca Date: Thu, 29 Jul 2004 08:31:26 +0000 (+0000) Subject: disabled automatic mipmaps until we can handle 565 textures. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=d9166e132e150945e04d2fc9214da0796cd36a02;p=mesa.git disabled automatic mipmaps until we can handle 565 textures. --- diff --git a/src/mesa/drivers/dri/tdfx/tdfx_context.c b/src/mesa/drivers/dri/tdfx/tdfx_context.c index ea9ec077cd7..294d9c82cce 100644 --- a/src/mesa/drivers/dri/tdfx/tdfx_context.c +++ b/src/mesa/drivers/dri/tdfx/tdfx_context.c @@ -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) {