diff options
author | Miklos Fazekas <[email protected]> | 1999-10-05 19:50:45 +0000 |
---|---|---|
committer | Miklos Fazekas <[email protected]> | 1999-10-05 19:50:45 +0000 |
commit | 3af541c541b42986c7fe2cbd5d0ccf5aebc01593 (patch) | |
tree | 0ed5571602b57aeec133f707dee1ac6d8fe2492b /src | |
parent | 37290c844cbe14f7af15ff9b54d67258fc0e5406 (diff) |
Added gl_ext_multitexture_ADD suport.
Diffstat (limited to 'src')
-rw-r--r-- | src/mesa/drivers/glide/fxddtex.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/drivers/glide/fxddtex.c b/src/mesa/drivers/glide/fxddtex.c index 05ef77570c1..c2004b76ae5 100644 --- a/src/mesa/drivers/glide/fxddtex.c +++ b/src/mesa/drivers/glide/fxddtex.c @@ -34,7 +34,7 @@ /*************************** Texture Mapping ****************************/ /************************************************************************/ -static void fxTexInvalidate(GLcontext *ctx, struct gl_texture_object *tObj) +void fxTexInvalidate(GLcontext *ctx, struct gl_texture_object *tObj) { fxMesaContext fxMesa=(fxMesaContext)ctx->DriverCtx; tfxTexInfo *ti; |