projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
c43f03e
)
added _tnl_ProgramCacheDestroy() prototype
author
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 27 Jun 2005 00:30:56 +0000
(
00:30
+0000)
committer
Brian Paul
<brian.paul@tungstengraphics.com>
Mon, 27 Jun 2005 00:30:56 +0000
(
00:30
+0000)
src/mesa/tnl/t_vp_build.h
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_vp_build.h
b/src/mesa/tnl/t_vp_build.h
index 8a6697675509c22188284683192a65e789f16dbb..83e685b1ae4142241258fb1cf15d869e05ca9119 100644
(file)
--- a/
src/mesa/tnl/t_vp_build.h
+++ b/
src/mesa/tnl/t_vp_build.h
@@
-30,4
+30,6
@@
extern void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx );
+extern void _tnl_ProgramCacheDestroy( GLcontext *ctx );
+
#endif