Browse Source

Remove debug

tags/mesa_4_1
Keith Whitwell 24 years ago
parent
commit
d4e02d6026
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      src/mesa/tnl/t_imm_exec.c

+ 2
- 2
src/mesa/tnl/t_imm_exec.c View File

@@ -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 &&

Loading…
Cancel
Save