From 3af541c541b42986c7fe2cbd5d0ccf5aebc01593 Mon Sep 17 00:00:00 2001 From: Miklos Fazekas Date: Tue, 5 Oct 1999 19:50:45 +0000 Subject: Added gl_ext_multitexture_ADD suport. --- src/mesa/drivers/glide/fxddtex.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers') diff --git a/src/mesa/drivers/glide/fxddtex.c b/src/mesa/drivers/glide/fxddtex.c index 05ef77570c..c2004b76ae 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; -- cgit v1.2.3