diff options
author | Keith Whitwell <[email protected]> | 2001-04-26 14:53:48 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-04-26 14:53:48 +0000 |
commit | 908be619fdba608b057ae512834dcc7a76aa3224 (patch) | |
tree | 00cb553822541c0a91924ceafaa8eb3045dd5832 /src/mesa/tnl/t_context.h | |
parent | 8bce6a217ab97ecf732ea9dcf86c94396b79f774 (diff) |
first pass at eval fixes
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r-- | src/mesa/tnl/t_context.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index db315e69f76..7e5c0de3635 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 */ }; |