From 0cb28418d06c30e431bdff515c1d36a812d5950d Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 13 Feb 2002 00:53:19 +0000 Subject: More suport for t&l drivers Fix GLuint compare bugs Fix RESET_STIPPLE calls --- src/mesa/tnl/t_imm_dlist.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/mesa/tnl/t_imm_dlist.c') diff --git a/src/mesa/tnl/t_imm_dlist.c b/src/mesa/tnl/t_imm_dlist.c index 125dbc5ed6..dfc4e7795d 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.37 2002/01/22 14:35:16 brianp Exp $ */ +/* $Id: t_imm_dlist.c,v 1.38 2002/02/13 00:53:20 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -339,6 +339,7 @@ execute_compiled_cassette( GLcontext *ctx, void *data ) } if (tnl->LoopbackDListCassettes) { +/* (tnl->IsolateMaterials && (IM->OrFlag & VERT_MATERIAL)) ) { */ fixup_compiled_primitives( ctx, IM ); loopback_compiled_cassette( ctx, IM ); restore_compiled_primitives( ctx, IM ); -- cgit v1.2.3