Fix pow <small> and a very stypid bug with dummy srcs(0 equals to tmp0.x)</small...
[mesa.git] / src / mesa / main / texenvprogram.h
index bca05d00e05098aa2702513dbe532d4ca9e6abab..30c8cca388942691fb9b99e2f5fe6200ef409cd5 100644 (file)
@@ -35,5 +35,6 @@
 #include "mtypes.h"
 
 extern void _mesa_UpdateTexEnvProgram( GLcontext *ctx );
+extern void _mesa_TexEnvProgramCacheDestroy( GLcontext *ctx );
 
 #endif