swrast: silence double->float assignment warnings
[mesa.git] / src / mesa / swrast / s_alpha.h
index 29eae7dca348ea81b181ce0e4d92ca7a82e5dc2c..7a5b72e650af879b3cadd16946fc37285e02f591 100644 (file)
@@ -1,4 +1,3 @@
-/* $Id: s_alpha.h,v 1.5 2002/01/31 00:27:43 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
 #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
-
-
-
-