summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_vb_program.c
diff options
context:
space:
mode:
authorBrian <brian@yutani.localnet.net>2007-02-24 11:16:58 -0700
committerBrian <brian@yutani.localnet.net>2007-02-24 11:16:58 -0700
commit197af3dc3242af4cac5213e095ac6639f6c782cd (patch)
tree3f60add59ce05fbe60f855b3a5574b9bfd56dfde /src/mesa/tnl/t_vb_program.c
parent824dcd43990eb696210d2e0a25e4994bd9c6c644 (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.c2
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 72a65f89f1..62c78dc7d1 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;