summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_exec.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-08-01 05:10:42 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-08-01 05:10:42 +0000
commitc618005dcff0d4011a77cfebd109880eb784d581 (patch)
treeaf1c96ae97c11a4a0474b48374aaba059bd744ba /src/mesa/tnl/t_imm_exec.c
parent3670e206a76d3c197bdfab8293e48623a87c7827 (diff)
Fix copying problem (light spots) on evaluated surfaces.
Diffstat (limited to 'src/mesa/tnl/t_imm_exec.c')
-rw-r--r--src/mesa/tnl/t_imm_exec.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_imm_exec.c b/src/mesa/tnl/t_imm_exec.c
index 547af43a39..b99260bfbc 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.27 2001/06/28 17:34:14 keithw Exp $ */
+/* $Id: t_imm_exec.c,v 1.28 2001/08/01 05:10:42 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -199,6 +199,7 @@ void _tnl_compute_orflag( struct immediate *IM, GLuint start )
IM->Flag[IM->LastData+1] |= VERT_END_VB;
IM->CopyAndFlag = IM->AndFlag = andflag;
IM->CopyOrFlag = IM->OrFlag = orflag;
+ IM->Evaluated = 0;
}