From: Miklos Fazekas Date: Tue, 5 Oct 1999 19:50:45 +0000 (+0000) Subject: Added gl_ext_multitexture_ADD suport. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=3af541c541b42986c7fe2cbd5d0ccf5aebc01593;p=mesa.git Added gl_ext_multitexture_ADD suport. --- 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;