diff options
author | Keith Whitwell <[email protected]> | 2001-05-17 09:32:17 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-05-17 09:32:17 +0000 |
commit | 89dae684aa1d74b06a4f70cb76b33671d0cef9e6 (patch) | |
tree | 9b42d5eb082a5f37920af04048cd6b8a7f20749c /src/mesa/swrast/s_context.h | |
parent | 47cf442c1164b6b406117fccfb8b564602741ee3 (diff) |
Fix order of decomposition of quad.
Remove 'swrast->_MultiTexEnabled' derived value.
Diffstat (limited to 'src/mesa/swrast/s_context.h')
-rw-r--r-- | src/mesa/swrast/s_context.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h index 25a16f28b82..03f6961001a 100644 --- a/src/mesa/swrast/s_context.h +++ b/src/mesa/swrast/s_context.h @@ -1,4 +1,4 @@ -/* $Id: s_context.h,v 1.9 2001/03/29 16:50:32 brianp Exp $ */ +/* $Id: s_context.h,v 1.10 2001/05/17 09:32:17 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -114,7 +114,6 @@ typedef struct * _swrast_validate_derived(): */ GLuint _RasterMask; - GLboolean _MultiTextureEnabled; GLfloat _MinMagThresh[MAX_TEXTURE_UNITS]; GLfloat _backface_sign; GLboolean _PreferPixelFog; |