diff options
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r-- | src/mesa/tnl/t_context.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h index 7142f31616..afa7b3fe00 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.30 2001/07/12 22:09:22 keithw Exp $ */ +/* $Id: t_context.h,v 1.31 2001/08/01 05:10:42 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -189,6 +189,7 @@ struct immediate GLuint CopyOrFlag; GLuint CopyAndFlag; GLuint CopyTexSize; + GLuint Evaluated; /* allocate storage for these on demand: |