projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
aa46094
)
further tweak to dlist change
author
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 4 Dec 2001 13:04:29 +0000
(13:04 +0000)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Tue, 4 Dec 2001 13:04:29 +0000
(13:04 +0000)
src/mesa/tnl/t_imm_dlist.c
patch
|
blob
|
history
diff --git
a/src/mesa/tnl/t_imm_dlist.c
b/src/mesa/tnl/t_imm_dlist.c
index 5fa8d8ad0b58bf6ef1140eebee7e547a8ee95bcd..aa0ba093a905143aa597193edfd4e43a58934866 100644
(file)
--- 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.3
0 2001/12/03 17:19:14
keithw Exp $ */
+/* $Id: t_imm_dlist.c,v 1.3
1 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 );
}