diff options
author | Brian Paul <brian.paul@tungstengraphics.com> | 2000-10-27 18:31:21 +0000 |
---|---|---|
committer | Brian Paul <brian.paul@tungstengraphics.com> | 2000-10-27 18:31:21 +0000 |
commit | a14cbff8e5b30539d8fdc3497a0e128992efa6c9 (patch) | |
tree | ebe73985a8b4fa388b66dd4297f46f38a8e18b37 /src/mesa/main/fog.h | |
parent | fe5d67d95f3a5fc84c5421d409a6464642aaf2cb (diff) |
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
Diffstat (limited to 'src/mesa/main/fog.h')
-rw-r--r-- | src/mesa/main/fog.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/mesa/main/fog.h b/src/mesa/main/fog.h index d9b30d6000..38bea5d6f0 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. * @@ -51,9 +51,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[], GLubyte rgba[][4] ); |