diff options
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 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. * @@ -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] ); |