summaryrefslogtreecommitdiff
path: root/src/mesa/main/texenvprogram.h
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2006-05-22 14:17:32 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2006-05-22 14:17:32 +0000
commit5ddc53f899598396003ec6c723f8132c76aafe79 (patch)
tree5cbcc879ad55cdc0da34fe00457028a18cb81b81 /src/mesa/main/texenvprogram.h
parent7e3fa7e837aaf687996abdd8511f6bf32e2c9097 (diff)
Better caching for texenv programs.
Initialize some values correctly.
Diffstat (limited to 'src/mesa/main/texenvprogram.h')
-rw-r--r--src/mesa/main/texenvprogram.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texenvprogram.h b/src/mesa/main/texenvprogram.h
index 30c8cca388..6f017767c8 100644
--- a/src/mesa/main/texenvprogram.h
+++ b/src/mesa/main/texenvprogram.h
@@ -35,6 +35,7 @@
#include "mtypes.h"
extern void _mesa_UpdateTexEnvProgram( GLcontext *ctx );
+extern void _mesa_TexEnvProgramCacheInit( GLcontext *ctx );
extern void _mesa_TexEnvProgramCacheDestroy( GLcontext *ctx );
#endif