X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_alpha.h;h=7a5b72e650af879b3cadd16946fc37285e02f591;hb=ceba688cb54016a9f6ff70761b2c459698bfd7f0;hp=29eae7dca348ea81b181ce0e4d92ca7a82e5dc2c;hpb=ceb39f4f8dc4863fde17d668c752533a2184476e;p=mesa.git diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h index 29eae7dca34..7a5b72e650a 100644 --- a/src/mesa/swrast/s_alpha.h +++ b/src/mesa/swrast/s_alpha.h @@ -1,4 +1,3 @@ -/* $Id: s_alpha.h,v 1.5 2002/01/31 00:27:43 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -29,19 +28,11 @@ #define S_ALPHA_H -#include "mtypes.h" -#include "swrast.h" +#include "s_context.h" extern GLint -_old_alpha_test( const GLcontext *ctx, GLuint n, - CONST GLchan rgba[][4], GLubyte mask[] ); +_swrast_alpha_test( const GLcontext *ctx, SWspan *span ); -extern GLint -_mesa_alpha_test( const GLcontext *ctx, struct sw_span *span ); #endif - - - -