diff options
author | Keith Whitwell <[email protected]> | 2005-06-08 22:14:29 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2005-06-08 22:14:29 +0000 |
commit | 79b7bd18bb27892f6c7f887c37373ca57449a40e (patch) | |
tree | 80716cf238a08b401184bd6d5351a883965fcd93 /src/mesa/tnl/t_vb_arbprogram.c | |
parent | 8e5612278261284d4be1e2befdcb2b3426365326 (diff) |
Turn off debug
Diffstat (limited to 'src/mesa/tnl/t_vb_arbprogram.c')
-rw-r--r-- | src/mesa/tnl/t_vb_arbprogram.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_vb_arbprogram.c b/src/mesa/tnl/t_vb_arbprogram.c index eeab0ed3ca3..07dc34d2668 100644 --- a/src/mesa/tnl/t_vb_arbprogram.c +++ b/src/mesa/tnl/t_vb_arbprogram.c @@ -26,7 +26,7 @@ * \file t_arb_program.c * Compile vertex programs to an intermediate representation. * Execute vertex programs over a buffer of vertices. - * \author Keith Whitwell + * \author Keith Whitwell, Brian Paul */ #include "glheader.h" @@ -1276,7 +1276,7 @@ run_arb_vertex_program(GLcontext *ctx, struct tnl_pipeline_stage *stage) } } -#if 1 +#if 0 for (i = 0; i < VB->Count; i++) { printf("Out %d: %f %f %f %f %f %f %f %f\n", i, VEC_ELT(VB->ClipPtr, GLfloat, i)[0], |