projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3abf2e4
)
_tnl_allow_*_fog(...)
author
Daniel Borca
<dborca@users.sourceforge.net>
Wed, 3 Mar 2004 09:07:43 +0000
(09:07 +0000)
committer
Daniel Borca
<dborca@users.sourceforge.net>
Wed, 3 Mar 2004 09:07:43 +0000
(09:07 +0000)
src/mesa/drivers/glide/fxdd.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/glide/fxdd.c
b/src/mesa/drivers/glide/fxdd.c
index cbd906627db4499fee6dd9f7069a00cf3082fe52..d2fb55d57029ad1afcedb0dfe39127d9510da2c3 100644
(file)
--- a/
src/mesa/drivers/glide/fxdd.c
+++ b/
src/mesa/drivers/glide/fxdd.c
@@
-1392,6
+1392,8
@@
fxDDInitFxMesaContext(fxMesaContext fxMesa)
*/
_swrast_allow_vertex_fog(ctx, GL_FALSE);
_swrast_allow_pixel_fog(ctx, GL_TRUE);
+ _tnl_allow_vertex_fog( ctx, GL_FALSE );
+ _tnl_allow_pixel_fog( ctx, GL_TRUE );
/* Tell tnl not to calculate or use vertex fog factors. (Needed to
* tell render stage not to clip fog coords).