diff options
author | Keith Whitwell <[email protected]> | 2005-07-11 10:10:38 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-07-11 10:10:38 +0000 |
commit | ce721143b4d44d239baefe965e499606149b15cb (patch) | |
tree | 74469b61580b842c8e7d3d8813fc562165d4562b /src/mesa/main/texenvprogram.h | |
parent | 9311bc253e0942af621b7efab0549ed75c0ce4a8 (diff) |
Cache texenv programs to avoid repeated compilation (Ben Skeggs)
Diffstat (limited to 'src/mesa/main/texenvprogram.h')
-rw-r--r-- | src/mesa/main/texenvprogram.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/main/texenvprogram.h b/src/mesa/main/texenvprogram.h index bca05d00e05..30c8cca3889 100644 --- a/src/mesa/main/texenvprogram.h +++ b/src/mesa/main/texenvprogram.h @@ -35,5 +35,6 @@ #include "mtypes.h" extern void _mesa_UpdateTexEnvProgram( GLcontext *ctx ); +extern void _mesa_TexEnvProgramCacheDestroy( GLcontext *ctx ); #endif |