mesa/swrast: fix GL_TEXTURE_2D_ARRAY texture fetches for latc/rgtc formats
[mesa.git] / src / mesa / swrast / s_alpha.h
index cf69223b9eddba4e034e78ad1c2356cdfdc89799..fca209a446784ca7b785bfbf7dd9006a7f0214ba 100644 (file)
@@ -1,5 +1,3 @@
-/* $Id: s_alpha.h,v 1.8 2003/03/25 02:23:44 brianp Exp $ */
-
 /*
  * Mesa 3-D graphics library
  * Version:  4.1
 #define S_ALPHA_H
 
 
-#include "mtypes.h"
-#include "s_context.h"
+#include "main/glheader.h"
+#include "s_span.h"
 
+struct gl_context;
 
 extern GLint
-_swrast_alpha_test( const GLcontext *ctx, struct sw_span *span );
+_swrast_alpha_test( const struct gl_context *ctx, SWspan *span );
 
 
 #endif