From c618005dcff0d4011a77cfebd109880eb784d581 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Wed, 1 Aug 2001 05:10:42 +0000 Subject: Fix copying problem (light spots) on evaluated surfaces. --- src/mesa/tnl/t_imm_debug.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/tnl/t_imm_debug.c') diff --git a/src/mesa/tnl/t_imm_debug.c b/src/mesa/tnl/t_imm_debug.c index d641ee1049..78121f9e5a 100644 --- a/src/mesa/tnl/t_imm_debug.c +++ b/src/mesa/tnl/t_imm_debug.c @@ -1,4 +1,4 @@ -/* $Id: t_imm_debug.c,v 1.3 2001/04/28 08:39:18 keithw Exp $ */ +/* $Id: t_imm_debug.c,v 1.4 2001/08/01 05:10:42 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -66,7 +66,7 @@ void _tnl_print_cassette( struct immediate *IM ) GLuint i; GLuint *flags = IM->Flag; GLuint andflag = IM->CopyAndFlag; - GLuint orflag = IM->CopyOrFlag; + GLuint orflag = (IM->CopyOrFlag|IM->Evaluated); GLuint state = IM->BeginState; GLuint req = ~0; -- cgit v1.2.3