From 908be619fdba608b057ae512834dcc7a76aa3224 Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Thu, 26 Apr 2001 14:53:48 +0000 Subject: first pass at eval fixes --- src/mesa/tnl/t_imm_dlist.c | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (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 02ebbbbaf2..54f7132e0e 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.12 2001/04/09 14:47:34 keithw Exp $ */ +/* $Id: t_imm_dlist.c,v 1.13 2001/04/26 14:53:48 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -76,7 +76,6 @@ _tnl_compile_cassette( GLcontext *ctx, struct immediate *IM ) TNLvertexcassette *node; GLuint new_beginstate; - _tnl_compute_orflag( IM ); IM->CopyStart = IM->Start; @@ -105,6 +104,9 @@ _tnl_compile_cassette( GLcontext *ctx, struct immediate *IM ) IM->PrimitiveLength[IM->LastPrimitive] = IM->Count - IM->LastPrimitive; ASSERT(IM->Primitive[IM->LastPrimitive] & PRIM_LAST); + +/* _tnl_print_cassette( IM ); */ + node = (TNLvertexcassette *) _mesa_alloc_instruction(ctx, @@ -293,6 +295,8 @@ _tnl_EndList( GLcontext *ctx ) TNLcontext *tnl = TNL_CONTEXT(ctx); struct immediate *IM = TNL_CURRENT_IM(ctx); +/* fprintf(stderr, "%s\n", __FUNCTION__); */ + ctx->swtnl_im = 0; IM->ref_count--; if (IM == tnl->ExecCopySource) { -- cgit v1.2.3