summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_dlist.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-04-30 09:04:00 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-04-30 09:04:00 +0000
commit16837e4219e03df36c34f08cee1967b946c44536 (patch)
tree928670184b9c26dac47a87158e4a2ffc65457532 /src/mesa/tnl/t_imm_dlist.c
parentac4a41d198111fb1b0f564cbd2b82217dd6fc265 (diff)
Restore optimization for cva glArrayElement operation.
Diffstat (limited to 'src/mesa/tnl/t_imm_dlist.c')
-rw-r--r--src/mesa/tnl/t_imm_dlist.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_imm_dlist.c b/src/mesa/tnl/t_imm_dlist.c
index 54f7132e0e..7218244ae3 100644
--- a/src/mesa/tnl/t_imm_dlist.c
+++ b/src/mesa/tnl/t_imm_dlist.c
@@ -1,4 +1,4 @@
-/* $Id: t_imm_dlist.c,v 1.13 2001/04/26 14:53:48 keithw Exp $ */
+/* $Id: t_imm_dlist.c,v 1.14 2001/04/30 09:04:00 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -314,6 +314,7 @@ _tnl_EndList( GLcontext *ctx )
ASSERT(IM->ref_count == 0);
+ tnl->ExecCopyCount = 0;
tnl->ExecCopySource = IM;
IM->ref_count++;