summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_imm_dlist.c
diff options
context:
space:
mode:
authorKeith Whitwell <keith@tungstengraphics.com>2001-12-04 13:04:29 +0000
committerKeith Whitwell <keith@tungstengraphics.com>2001-12-04 13:04:29 +0000
commitc34cb25bdd63766a26db771353d7a96c07f112a8 (patch)
tree5bcd363f348fce1a1640601af062f8b4fbd50a67 /src/mesa/tnl/t_imm_dlist.c
parentaa46094ca671a9a110338c4649a9f28bad83f5b9 (diff)
further tweak to dlist change
Diffstat (limited to 'src/mesa/tnl/t_imm_dlist.c')
-rw-r--r--src/mesa/tnl/t_imm_dlist.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/tnl/t_imm_dlist.c b/src/mesa/tnl/t_imm_dlist.c
index 5fa8d8ad0b..aa0ba093a9 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.30 2001/12/03 17:19:14 keithw Exp $ */
+/* $Id: t_imm_dlist.c,v 1.31 2001/12/04 13:04:29 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -436,7 +436,7 @@ _tnl_EndCallList( GLcontext *ctx )
if (ctx->Driver.CurrentExecPrimitive != PRIM_OUTSIDE_BEGIN_END)
beginstate = VERT_BEGIN_0|VERT_BEGIN_1;
- _tnl_reset_exec_input( ctx, IMM_MAX_COPIED_VERTS, beginstate, 0 );
+ _tnl_reset_exec_input( ctx, TNL_CURRENT_IM(ctx)->Start, beginstate, 0 );
}