diff options
author | Keith Whitwell <[email protected]> | 2001-08-01 05:10:42 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-08-01 05:10:42 +0000 |
commit | c618005dcff0d4011a77cfebd109880eb784d581 (patch) | |
tree | af1c96ae97c11a4a0474b48374aaba059bd744ba /src/mesa/tnl/t_context.h | |
parent | 3670e206a76d3c197bdfab8293e48623a87c7827 (diff) |
Fix copying problem (light spots) on evaluated surfaces.
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 7142f316165..afa7b3fe001 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: |