Added gl_ext_multitexture_ADD suport.
authorMiklos Fazekas <boga@valerie.inf.elte.hu>
Tue, 5 Oct 1999 19:50:45 +0000 (19:50 +0000)
committerMiklos Fazekas <boga@valerie.inf.elte.hu>
Tue, 5 Oct 1999 19:50:45 +0000 (19:50 +0000)
src/mesa/drivers/glide/fxddtex.c

index 05ef775..c2004b7 100644 (file)
@@ -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;