projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
cbd9a02
)
Remove debug
author
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 13 Feb 2002 23:53:19 +0000
(23:53 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Wed, 13 Feb 2002 23:53:19 +0000
(23:53 +0000)
src/mesa/tnl/t_imm_exec.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_imm_exec.c
b/src/mesa/tnl/t_imm_exec.c
index bc35480acca63cc141391f7a55ab6106a84e27b3..007d688e1478c11f29840b6f7af479822422263a 100644
(file)
--- 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.3
6 2002/02/13 00:53:20
keithw Exp $ */
+/* $Id: t_imm_exec.c,v 1.3
7 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 &&