mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-21 22:20:14 +01:00
removed GL_FXMESA_global_texture_lod_bias extension
This commit is contained in:
parent
e7eb459d27
commit
0555a98926
2 changed files with 0 additions and 15 deletions
|
|
@ -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");
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue