removed GL_FXMESA_global_texture_lod_bias extension
This commit is contained in:
@@ -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
|
||||
|
@@ -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");
|
||||
|
Reference in New Issue
Block a user