diff options
author | Brian Paul <[email protected]> | 2004-02-24 16:10:52 +0000 |
---|---|---|
committer | Brian Paul <[email protected]> | 2004-02-24 16:10:52 +0000 |
commit | 8d407300c2b94f32c955b6dd75c2e18d6d58caa5 (patch) | |
tree | b80129ebb67942822ce0a3236cfaf90cd811265b /src/mesa/tnl/tnl.h | |
parent | 4d5dddd125ec99f25bc0abafcca90033392a100e (diff) |
turns out we probably need a _tnl_allow_pixel_fog() function afterall
Diffstat (limited to 'src/mesa/tnl/tnl.h')
-rw-r--r-- | src/mesa/tnl/tnl.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/mesa/tnl/tnl.h b/src/mesa/tnl/tnl.h index 3be222a6e02..d04310fb53e 100644 --- a/src/mesa/tnl/tnl.h +++ b/src/mesa/tnl/tnl.h @@ -80,5 +80,8 @@ _tnl_isolate_materials( GLcontext *ctx, GLboolean flag ); extern void _tnl_allow_vertex_fog( GLcontext *ctx, GLboolean value ); +extern void +_tnl_allow_pixel_fog( GLcontext *ctx, GLboolean value ); + #endif |