New SWspan and SWspanarrays typedefs.
[mesa.git] / src / mesa / swrast / s_alpha.h
index 5338df58ae048be5452620db449a8f52225b3325..a85ef8a83ad6760b34d0a8b3bd69099fd8b58bd8 100644 (file)
@@ -1,10 +1,9 @@
-/* $Id: s_alpha.h,v 1.3 2001/03/12 00:48:41 gareth 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
-_mesa_alpha_test( const GLcontext *ctx, GLuint n,
-                  CONST GLchan rgba[][4], GLubyte mask[] );
-
+_swrast_alpha_test( const GLcontext *ctx, SWspan *span );
 
 
 #endif