summaryrefslogtreecommitdiffstats
path: root/src/mesa/swrast/s_context.h
diff options
context:
space:
mode:
authorIan Romanick <[email protected]>2011-04-21 17:36:17 -0700
committerIan Romanick <[email protected]>2011-04-25 18:27:17 -0700
commitcd354b4eb84839837a9349bd91e89b55d06e5837 (patch)
treead5953a4e52a658c6fb184dc67fc45a8fd749d24 /src/mesa/swrast/s_context.h
parentf274dfaca4b53bae92dfe6a72c1890c381d84746 (diff)
mesa: Remove SWcontext::_FogMode, use gl_context::gl_fog_attrib::Mode everywhere
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'src/mesa/swrast/s_context.h')
-rw-r--r--src/mesa/swrast/s_context.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/mesa/swrast/s_context.h b/src/mesa/swrast/s_context.h
index 5dbdd609adb..8d7458c2dd9 100644
--- a/src/mesa/swrast/s_context.h
+++ b/src/mesa/swrast/s_context.h
@@ -135,7 +135,6 @@ typedef struct
GLboolean _TextureCombinePrimary;
GLboolean _FogEnabled;
GLboolean _DeferredTexture;
- GLenum _FogMode; /* either GL_FOG_MODE or fragment program's fog mode */
/** List/array of the fragment attributes to interpolate */
GLuint _ActiveAttribs[FRAG_ATTRIB_MAX];