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/main/fog.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/mesa/main/fog.h') diff --git a/src/mesa/main/fog.h b/src/mesa/main/fog.h index d9b30d6000b..38bea5d6f01 100644 --- a/src/mesa/main/fog.h +++ b/src/mesa/main/fog.h @@ -1,8 +1,8 @@ -/* $Id: fog.h,v 1.5 2000/10/27 16:44:40 keithw Exp $ */ +/* $Id: fog.h,v 1.6 2000/10/27 18:31:22 brianp Exp $ */ /* * Mesa 3-D graphics library - * Version: 3.3 + * Version: 3.5 * * Copyright (C) 1999-2000 Brian Paul All Rights Reserved. * @@ -50,9 +50,6 @@ _mesa_Fogiv(GLenum pname, const GLint *params ); -extern void -_mesa_fog_vertices( struct vertex_buffer *VB ); - extern void _mesa_fog_rgba_pixels( const GLcontext *ctx, GLuint n, const GLfixed fog[], -- cgit v1.2.3