diff options
author | Brian <[email protected]> | 2007-10-31 12:17:32 -0600 |
---|---|---|
committer | Brian <[email protected]> | 2007-10-31 12:17:32 -0600 |
commit | 8d9afa76eb090ff58ca9a8a7a86a0b23ffc56857 (patch) | |
tree | 23950a72455893d60975456f89c7156cd58ff00d /src/mesa/tnl/t_vp_build.h | |
parent | 4990695f1b197b270a4e3d98dd6bcd2bb4e89b4a (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.h | 4 |
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 034701d8c46..adcd8f1662a 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 |