summaryrefslogtreecommitdiff
path: root/src/mesa/tnl/t_context.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2004-02-24 16:10:52 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2004-02-24 16:10:52 +0000
commit8d407300c2b94f32c955b6dd75c2e18d6d58caa5 (patch)
treeb80129ebb67942822ce0a3236cfaf90cd811265b /src/mesa/tnl/t_context.h
parent4d5dddd125ec99f25bc0abafcca90033392a100e (diff)
turns out we probably need a _tnl_allow_pixel_fog() function afterall
Diffstat (limited to 'src/mesa/tnl/t_context.h')
-rw-r--r--src/mesa/tnl/t_context.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesa/tnl/t_context.h b/src/mesa/tnl/t_context.h
index b7aff6c626..e7f561305a 100644
--- a/src/mesa/tnl/t_context.h
+++ b/src/mesa/tnl/t_context.h
@@ -705,6 +705,7 @@ typedef struct
GLboolean CalcDListNormalLengths;
GLboolean IsolateMaterials;
GLboolean AllowVertexFog;
+ GLboolean AllowPixelFog;
GLboolean _DoVertexFog; /* eval fog function at each vertex? */