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_vb_light.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'src/mesa/tnl/t_vb_light.c') diff --git a/src/mesa/tnl/t_vb_light.c b/src/mesa/tnl/t_vb_light.c index 4fbe52fe47..209c32f8ab 100644 --- a/src/mesa/tnl/t_vb_light.c +++ b/src/mesa/tnl/t_vb_light.c @@ -1,4 +1,4 @@ -/* $Id: t_vb_light.c,v 1.12 2001/03/12 00:48:44 gareth Exp $ */ +/* $Id: t_vb_light.c,v 1.13 2001/04/26 14:53:48 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -124,6 +124,8 @@ static GLboolean run_lighting( GLcontext *ctx, struct gl_pipeline_stage *stage ) GLvector4f *input = ctx->_NeedEyeCoords ? VB->EyePtr : VB->ObjPtr; GLuint ind; +/* _tnl_print_vert_flags( __FUNCTION__, stage->changed_inputs ); */ + /* Make sure we can talk about elements 0..2 in the vector we are * lighting. */ -- cgit v1.2.3