Clean up translation of array elements, copying of elts in pure-elt

cassettes.  Fixes problem with isosurf/compiled-array-elt/strips.
This commit is contained in:
Keith Whitwell
2001-05-11 08:11:31 +00:00
parent 1a3e034b12
commit 6d1055c967
10 changed files with 104 additions and 161 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: t_context.h,v 1.23 2001/05/10 12:18:38 keithw Exp $ */
/* $Id: t_context.h,v 1.24 2001/05/11 08:11:31 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -176,6 +176,9 @@ struct immediate
GLuint ArrayEltFlags; /* precalc'ed for glArrayElt */
GLuint ArrayEltIncr;
GLuint ArrayEltFlush;
#define FLUSH_ELT_EAGER 0x1
#define FLUSH_ELT_LAZY 0x2
GLuint FlushElt;
GLuint MaxTextureUnits; /* precalc'ed for glMultiTexCoordARB */