mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-11 05:50:14 +01:00
disabled automatic mipmaps until we can handle 565 textures.
This commit is contained in:
parent
10e768c11b
commit
d9166e132e
1 changed files with 2 additions and 0 deletions
|
|
@ -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) {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue