diff options
author | Keith Whitwell <[email protected]> | 2002-02-13 23:53:19 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2002-02-13 23:53:19 +0000 |
commit | d4e02d60260cd93446d42fcf30b24430b396478e (patch) | |
tree | 8b69616baeb30d5fe73eee0fd1d3c53227f4825e | |
parent | cbd9a0254ec5da80b87cd5821d3871d0606234f2 (diff) |
Remove debug
-rw-r--r-- | src/mesa/tnl/t_imm_exec.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_imm_exec.c b/src/mesa/tnl/t_imm_exec.c index bc35480acca..007d688e147 100644 --- a/src/mesa/tnl/t_imm_exec.c +++ b/src/mesa/tnl/t_imm_exec.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_exec.c,v 1.36 2002/02/13 00:53:20 keithw Exp $ */ +/* $Id: t_imm_exec.c,v 1.37 2002/02/13 23:53:19 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -482,7 +482,7 @@ void _tnl_execute_cassette( GLcontext *ctx, struct immediate *IM ) if (tnl->pipeline.build_state_changes) _tnl_validate_pipeline( ctx ); - if (0 && IM->CopyStart == IM->Count) { + if (IM->CopyStart == IM->Count) { exec_empty_cassette( ctx, IM ); } else if ((IM->CopyOrFlag & VERT_BITS_DATA) == VERT_BIT_ELT && |