X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=src%2Fmesa%2Fswrast%2Fs_alpha.h;h=fca209a446784ca7b785bfbf7dd9006a7f0214ba;hb=12d69fca096facf0ddb4642faaed4d5f02d76848;hp=5338df58ae048be5452620db449a8f52225b3325;hpb=22144ab7552f0799bcfca506bf4ffa7f70a06649;p=mesa.git diff --git a/src/mesa/swrast/s_alpha.h b/src/mesa/swrast/s_alpha.h index 5338df58ae0..fca209a4467 100644 --- a/src/mesa/swrast/s_alpha.h +++ b/src/mesa/swrast/s_alpha.h @@ -1,10 +1,8 @@ -/* $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"), @@ -29,14 +27,13 @@ #define S_ALPHA_H -#include "mtypes.h" -#include "swrast.h" +#include "main/glheader.h" +#include "s_span.h" +struct gl_context; extern GLint -_mesa_alpha_test( const GLcontext *ctx, GLuint n, - CONST GLchan rgba[][4], GLubyte mask[] ); - +_swrast_alpha_test( const struct gl_context *ctx, SWspan *span ); #endif