summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vp_build.h
diff options
context:
space:
mode:
authorBrian <brian.paul@tungstengraphics.com>2007-10-31 12:17:32 -0600
committerBrian <brian.paul@tungstengraphics.com>2007-10-31 12:17:32 -0600
commit8d9afa76eb090ff58ca9a8a7a86a0b23ffc56857 (patch)
tree23950a72455893d60975456f89c7156cd58ff00d /src/mesa/tnl/t_vp_build.h
parent4990695f1b197b270a4e3d98dd6bcd2bb4e89b4a (diff)
Use ffvertex_prog.c code instead of t_vp_build.c code.
Diffstat (limited to 'src/mesa/tnl/t_vp_build.h')
-rw-r--r--src/mesa/tnl/t_vp_build.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vp_build.h b/src/mesa/tnl/t_vp_build.h
index 034701d8c4..adcd8f1662 100644
--- a/src/mesa/tnl/t_vp_build.h
+++ b/src/mesa/tnl/t_vp_build.h
@@ -37,12 +37,16 @@
_NEW_FOG | \
_NEW_POINT)
+#if 0
extern struct gl_vertex_program *
_mesa_get_fixed_func_vertex_program(GLcontext *ctx);
+#endif
extern void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx );
+#if 0
extern void _tnl_ProgramCacheInit( GLcontext *ctx );
extern void _tnl_ProgramCacheDestroy( GLcontext *ctx );
+#endif
#endif