From 45bc887da226403f2c41077e40ca38b6f60f1359 Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Tue, 25 Mar 2003 02:23:44 +0000 Subject: replace _mesa_ prefix with _swrast_, remove s_histogram.[ch] --- src/mesa/swrast/s_fog.h | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'src/mesa/swrast/s_fog.h') diff --git a/src/mesa/swrast/s_fog.h b/src/mesa/swrast/s_fog.h index c7b234a..acc522d 100644 --- a/src/mesa/swrast/s_fog.h +++ b/src/mesa/swrast/s_fog.h @@ -1,4 +1,4 @@ -/* $Id: s_fog.h,v 1.9 2002/02/17 17:30:58 brianp Exp $ */ +/* $Id: s_fog.h,v 1.10 2003/03/25 02:23:46 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -34,13 +34,13 @@ extern GLfloat -_mesa_z_to_fogfactor(GLcontext *ctx, GLfloat z); +_swrast_z_to_fogfactor(GLcontext *ctx, GLfloat z); extern void -_mesa_fog_rgba_span( const GLcontext *ctx, struct sw_span *span ); +_swrast_fog_rgba_span( const GLcontext *ctx, struct sw_span *span ); extern void -_mesa_fog_ci_span( const GLcontext *ctx, struct sw_span *span ); +_swrast_fog_ci_span( const GLcontext *ctx, struct sw_span *span ); #endif -- cgit v1.1