removed GL_FXMESA_global_texture_lod_bias extension

This commit is contained in:
Brian Paul
2000-03-19 23:44:24 +00:00
parent e7eb459d27
commit 0555a98926
2 changed files with 0 additions and 15 deletions

View File

@@ -693,20 +693,6 @@ void GLAPIENTRY fxMesaSetNearFar(GLfloat n, GLfloat f)
}
/*
* The extension GL_FXMESA_global_texture_lod_bias
*/
/* XXX this function may soon go away in favor of GL_EXT_texture_lod_bias */
extern void GLAPIENTRY glGlobalTextureLODBiasFXMESA(GLfloat biasVal);
void GLAPIENTRY glGlobalTextureLODBiasFXMESA(GLfloat biasVal)
{
grTexLodBiasValue(GR_TMU0,biasVal);
if(fxMesaCurrentCtx->haveTwoTMUs)
grTexLodBiasValue(GR_TMU1,biasVal);
}
/*
* The 3Dfx Global Palette extension for GLQuake.
* More a trick than a real extesion, use the shared global

View File

@@ -770,7 +770,6 @@ void fxDDInitExtensions( GLcontext *ctx )
gl_extensions_disable(ctx, "GL_EXT_paletted_texture");
gl_extensions_add(ctx, DEFAULT_ON, "3DFX_set_global_palette", 0);
gl_extensions_add(ctx, DEFAULT_ON, "GL_FXMESA_global_texture_lod_bias", 0);
if (!fxMesa->haveTwoTMUs)
gl_extensions_disable(ctx, "GL_EXT_texture_env_add");