Minor clean-up of polygon offset logic. Properly compute _MRD field.
[mesa.git] / src / mesa / main / texenvprogram.h
index bca05d00e05098aa2702513dbe532d4ca9e6abab..6f017767c8233714af52fabb3dc447d6a86bd44a 100644 (file)
@@ -35,5 +35,7 @@
 #include "mtypes.h"
 
 extern void _mesa_UpdateTexEnvProgram( GLcontext *ctx );
+extern void _mesa_TexEnvProgramCacheInit( GLcontext *ctx );
+extern void _mesa_TexEnvProgramCacheDestroy( GLcontext *ctx );
 
 #endif