push/pop color table state (Eric Plante)
[mesa.git] / src / mesa / swrast / s_alpha.h
index 95d1788c87890fd4d6c8695ef8c44005c40c1158..784307b5b241ebfaa1e3ef8f92dce13f20b913ef 100644 (file)
@@ -1,10 +1,10 @@
-/* $Id: s_alpha.h,v 1.2 2000/11/22 07:32:18 joukj Exp $ */
+/* $Id: s_alpha.h,v 1.6 2002/02/02 21:40:33 brianp Exp $ */
 
 /*
  * Mesa 3-D graphics library
- * Version:  3.3
+ * Version:  4.1
  *
- * Copyright (C) 1999-2000  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"),
@@ -34,9 +34,7 @@
 
 
 extern GLint
-_mesa_alpha_test( const GLcontext *ctx, GLuint n,
-                  CONST GLchan rgba[][4], GLubyte mask[] );
-
+_mesa_alpha_test( const GLcontext *ctx, struct sw_span *span );
 
 
 #endif