summaryrefslogtreecommitdiff
path: root/src/mesa/swrast/s_alpha.h
diff options
context:
space:
mode:
authorBrian Paul <brian.paul@tungstengraphics.com>2002-01-31 00:27:43 +0000
committerBrian Paul <brian.paul@tungstengraphics.com>2002-01-31 00:27:43 +0000
commitceb39f4f8dc4863fde17d668c752533a2184476e (patch)
treed2607492030932f55c063b9f214797ed4e8ccc9b /src/mesa/swrast/s_alpha.h
parente79de014c51b854356e1565c4f7b131906a85149 (diff)
Clean-up and optimize alpha test code.
Major clean-up of pixel zoom code.
Diffstat (limited to 'src/mesa/swrast/s_alpha.h')
-rw-r--r--src/mesa/swrast/s_alpha.h10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h
index ed60a9b552..29eae7dca3 100644
--- a/src/mesa/swrast/s_alpha.h
+++ b/src/mesa/swrast/s_alpha.h
@@ -1,10 +1,10 @@
-/* $Id: s_alpha.h,v 1.4 2002/01/21 18:12:34 brianp Exp $ */
+/* $Id: s_alpha.h,v 1.5 2002/01/31 00:27:43 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"),
@@ -36,9 +36,9 @@
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]);
+_mesa_alpha_test( const GLcontext *ctx, struct sw_span *span );
#endif