Lots more eval fixes

This commit is contained in:
Keith Whitwell
2001-04-30 21:08:51 +00:00
parent 16837e4219
commit 0e14d6d68e
13 changed files with 418 additions and 318 deletions

View File

@@ -1,4 +1,4 @@
/* $Id: t_context.h,v 1.21 2001/04/28 08:39:18 keithw Exp $ */
/* $Id: t_context.h,v 1.22 2001/04/30 21:08:52 keithw Exp $ */
/*
* Mesa 3-D graphics library
@@ -484,7 +484,6 @@ typedef struct {
* objects.
*/
GLboolean ReplayHardBeginEnd;
GLenum CurrentPrimitive;
/* Note which vertices need copying over succesive immediates.
* Will add save versions to precompute vertex copying where
@@ -500,6 +499,10 @@ typedef struct {
GLuint DlistPrimitiveLength;
GLuint DlistLastPrimitive;
/* Cache a single free immediate (refcount == 0)
*/
struct immediate *freed_immediate;
/* Probably need a better configuration mechanism:
*/
GLboolean NeedProjCoords;