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_context.h | 12 ++---------- 1 file changed, 2 insertions(+), 10 deletions(-) (limited to 'src/mesa/tnl/t_context.h') diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index db315e69f7..7e5c0de363 100644 --- a/src/mesa/tnl/t_context.h +++ b/src/mesa/tnl/t_context.h @@ -1,4 +1,4 @@ -/* $Id: t_context.h,v 1.19 2001/04/09 14:47:34 keithw Exp $ */ +/* $Id: t_context.h,v 1.20 2001/04/26 14:53:48 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -354,15 +354,7 @@ struct tnl_eval_store { GLuint EvalMap1Flags; GLuint EvalMap2Flags; GLuint EvalNewState; - - GLfloat Coord[IMM_SIZE][4]; - GLfloat Obj[IMM_SIZE][4]; - GLfloat TexCoord[IMM_SIZE][4]; - GLfloat Normal[IMM_SIZE][3]; - GLchan Color[IMM_SIZE][4]; - GLuint Index[IMM_SIZE]; - GLuint Flag[IMM_SIZE]; - GLuint Elts[IMM_SIZE]; + struct immediate *im; /* used for temporary data */ }; -- cgit v1.2.3