Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().
[mesa.git] / src / mesa / swrast / s_alpha.h
index 29eae7dca348ea81b181ce0e4d92ca7a82e5dc2c..add0f74c453b1a9fc1998cf6d6690e3565b7467b 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
 
 
 #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, struct sw_span *span );
 
-extern GLint
-_mesa_alpha_test( const GLcontext *ctx, struct sw_span *span );
 
 #endif
-
-
-
-