Consolidate _swrast_write_texture_span() into _swrast_write_rgba_span().
[mesa.git] / src / mesa / swrast / s_alpha.h
index ed60a9b55220a32a3e194a271b3b44d9a7a2bdcf..add0f74c453b1a9fc1998cf6d6690e3565b7467b 100644 (file)
@@ -1,10 +1,9 @@
-/* $Id: s_alpha.h,v 1.4 2002/01/21 18:12:34 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.5
+ * Version:  4.1
  *
- * Copyright (C) 1999-2001  Brian Paul   All Rights Reserved.
+ * Copyright (C) 1999-2002  Brian Paul   All Rights Reserved.
  *
  * Permission is hereby granted, free of charge, to any person obtaining a
  * copy of this software and associated documentation files (the "Software"),
 
 
 #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[] );
-extern GLint
-_mesa_alpha_test( const GLcontext *ctx, struct sw_span *span,
-                  CONST GLchan rgba[][4]);
-
-#endif
-
-
+_swrast_alpha_test( const GLcontext *ctx, struct sw_span *span );
 
 
+#endif