diff options
author | Brian <[email protected]> | 2007-02-24 11:16:58 -0700 |
---|---|---|
committer | Brian <[email protected]> | 2007-02-24 11:16:58 -0700 |
commit | 197af3dc3242af4cac5213e095ac6639f6c782cd (patch) | |
tree | 3f60add59ce05fbe60f855b3a5574b9bfd56dfde /src/mesa/tnl/t_vb_program.c | |
parent | 824dcd43990eb696210d2e0a25e4994bd9c6c644 (diff) |
Use prog_execute.c to run vertex programs until t_vb_arbprogram.c is updated to
handle branch instructions, etc.
Diffstat (limited to 'src/mesa/tnl/t_vb_program.c')
-rw-r--r-- | src/mesa/tnl/t_vb_program.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_vb_program.c b/src/mesa/tnl/t_vb_program.c index 72a65f89f12..62c78dc7d10 100644 --- a/src/mesa/tnl/t_vb_program.c +++ b/src/mesa/tnl/t_vb_program.c @@ -198,7 +198,7 @@ run_vp( GLcontext *ctx, struct tnl_pipeline_stage *stage ) struct gl_program_machine machine; GLuint i; -#define FORCE_PROG_EXECUTE_C 0 +#define FORCE_PROG_EXECUTE_C 1 #if FORCE_PROG_EXECUTE_C if (!program) return GL_TRUE; |