diff options
author | Aapo Tahkola <[email protected]> | 2006-06-06 22:24:12 +0000 |
---|---|---|
committer | Aapo Tahkola <[email protected]> | 2006-06-06 22:24:12 +0000 |
commit | 9248882ca27b289180a76262aa3d9b26c0cb0e8b (patch) | |
tree | 4be41552706b53802d8a034e70c132d98cd7a827 /src/mesa/tnl/t_vp_build.h | |
parent | 9ba2006594a54173956b2af69055f633fa813bf8 (diff) |
prevent run_arb_vertex_program from running tnl programs unless ctx->_MaintainTnlProgram is set
Diffstat (limited to 'src/mesa/tnl/t_vp_build.h')
-rw-r--r-- | src/mesa/tnl/t_vp_build.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_vp_build.h b/src/mesa/tnl/t_vp_build.h index 83e685b1ae4..4a98fff026d 100644 --- a/src/mesa/tnl/t_vp_build.h +++ b/src/mesa/tnl/t_vp_build.h @@ -30,6 +30,7 @@ extern void _tnl_UpdateFixedFunctionProgram( GLcontext *ctx ); +extern void _tnl_ProgramCacheInit( GLcontext *ctx ); extern void _tnl_ProgramCacheDestroy( GLcontext *ctx ); #endif |