From 2ef866d1fc0a5cc5ef8543d65744dfd4da4dbbaf Mon Sep 17 00:00:00 2001 From: Brian Paul Date: Mon, 21 Jan 2002 18:12:34 +0000 Subject: Klaus's latest patches and some clean-up --- src/mesa/swrast/s_alpha.h | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) (limited to 'src/mesa/swrast/s_alpha.h') diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h index 5338df58ae..ed60a9b552 100644 --- a/src/mesa/swrast/s_alpha.h +++ b/src/mesa/swrast/s_alpha.h @@ -1,4 +1,4 @@ -/* $Id: s_alpha.h,v 1.3 2001/03/12 00:48:41 gareth Exp $ */ +/* $Id: s_alpha.h,v 1.4 2002/01/21 18:12:34 brianp Exp $ */ /* * Mesa 3-D graphics library @@ -34,9 +34,14 @@ extern GLint -_mesa_alpha_test( const GLcontext *ctx, GLuint n, - CONST GLchan rgba[][4], GLubyte mask[] ); +_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 + -#endif -- cgit v1.2.3