From a14cbff8e5b30539d8fdc3497a0e128992efa6c9 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Fri, 27 Oct 2000 18:31:21 +0000 Subject: Enabled GL_EXT_secondary_color. Fixed a bunch of typos in the dlist.c and state.c file for plugging those functions into the dispatch table. Don't use Mesa 3.5 for DRI until SGI approves the new dispatch offsets. Commented-out references to ctx->FogMode and VB->Specular in FX driver. Minor clean-up in extensions.c Removed unused prototype in fog.h --- src/mesa/drivers/glide/fxsetup.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/mesa/drivers/glide') diff --git a/src/mesa/drivers/glide/fxsetup.c b/src/mesa/drivers/glide/fxsetup.c index 45be2b8482..64831fcfb3 100644 --- a/src/mesa/drivers/glide/fxsetup.c +++ b/src/mesa/drivers/glide/fxsetup.c @@ -1435,7 +1435,7 @@ static void fxSetupColorMask(GLcontext *ctx) */ static void fxSetupFog(GLcontext *ctx) { - if (ctx->Fog.Enabled && ctx->FogMode==FOG_FRAGMENT) { + if (ctx->Fog.Enabled /*&& ctx->FogMode==FOG_FRAGMENT*/) { fxMesaContext fxMesa = FX_CONTEXT(ctx); /* update fog color */ -- cgit v1.2.3