X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;ds=sidebyside;f=src%2Fmesa%2Fswrast%2Fs_fog.h;h=9639bee2cc340a04664cb5aff268289f40e9dfd3;hb=032707eeca2e6a0fd931ebd9ef4831bf30baf183;hp=c7b234aee6eb4e2115361b21186f1ccb0116b294;hpb=711e27fda27e4235b20a4cf73c2767c984ab2b81;p=mesa.git diff --git a/src/mesa/swrast/s_fog.h b/src/mesa/swrast/s_fog.h index c7b234aee6e..9639bee2cc3 100644 --- a/src/mesa/swrast/s_fog.h +++ b/src/mesa/swrast/s_fog.h @@ -1,4 +1,3 @@ -/* $Id: s_fog.h,v 1.9 2002/02/17 17:30:58 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -34,13 +33,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, SWspan *span ); extern void -_mesa_fog_ci_span( const GLcontext *ctx, struct sw_span *span ); +_swrast_fog_ci_span( const GLcontext *ctx, SWspan *span ); #endif