From: Felix Kuehling Date: Wed, 25 Feb 2004 20:47:46 +0000 (+0000) Subject: Call _tnl_allow_pixel/vertex_fog in savageCreateContext. (Brian Paul) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=21893e56e0be42691611141d0adab86819fda8c9;p=mesa.git Call _tnl_allow_pixel/vertex_fog in savageCreateContext. (Brian Paul) --- diff --git a/src/mesa/drivers/dri/savage/savage_xmesa.c b/src/mesa/drivers/dri/savage/savage_xmesa.c index bc15e0bd302..43613b067fd 100644 --- a/src/mesa/drivers/dri/savage/savage_xmesa.c +++ b/src/mesa/drivers/dri/savage/savage_xmesa.c @@ -436,6 +436,8 @@ savageCreateContext( const __GLcontextModes *mesaVis, /* Configure swrast to match hardware characteristics: */ + _tnl_allow_pixel_fog( ctx, GL_FALSE ); + _tnl_allow_vertex_fog( ctx, GL_TRUE ); _swrast_allow_pixel_fog( ctx, GL_FALSE ); _swrast_allow_vertex_fog( ctx, GL_TRUE );