diff options
author | Brian Paul <[email protected]> | 2000-03-19 23:44:24 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2000-03-19 23:44:24 +0000 |
commit | 0555a98926fca7b15cd6c67d22d31b8efc8cc67c (patch) | |
tree | 3b21e60fca591e964bee690109ebdc824e1830e8 /src/mesa/drivers/glide/fxapi.c | |
parent | e7eb459d27477ded5805bcb7ae841ac0bfd4b2bf (diff) |
removed GL_FXMESA_global_texture_lod_bias extension
Diffstat (limited to 'src/mesa/drivers/glide/fxapi.c')
-rw-r--r-- | src/mesa/drivers/glide/fxapi.c | 14 |
1 files changed, 0 insertions, 14 deletions
diff --git a/src/mesa/drivers/glide/fxapi.c b/src/mesa/drivers/glide/fxapi.c index 2465ce37bc9..6aea93fbf0c 100644 --- a/src/mesa/drivers/glide/fxapi.c +++ b/src/mesa/drivers/glide/fxapi.c @@ -694,20 +694,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 * palette extension. |