From 5e23af22f708a66695c0e44e599c26f02d8d4dcd Mon Sep 17 00:00:00 2001 From: Gareth Hughes Date: Fri, 30 Mar 2001 14:44:43 +0000 Subject: Remove all traces of CULL_MASK_ACTIVE. --- src/mesa/math/m_dotprod_tmp.h | 51 +++++++++++++++---------------------------- 1 file changed, 18 insertions(+), 33 deletions(-) (limited to 'src/mesa/math/m_dotprod_tmp.h') diff --git a/src/mesa/math/m_dotprod_tmp.h b/src/mesa/math/m_dotprod_tmp.h index 86b71e6d7e..9eead6c36e 100644 --- a/src/mesa/math/m_dotprod_tmp.h +++ b/src/mesa/math/m_dotprod_tmp.h @@ -1,4 +1,4 @@ -/* $Id: m_dotprod_tmp.h,v 1.5 2001/03/12 02:02:36 gareth Exp $ */ +/* $Id: m_dotprod_tmp.h,v 1.6 2001/03/30 14:44:43 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -34,8 +34,7 @@ static void TAG(dotprod_vec2)( GLfloat *out, GLuint outstride, const GLvector4f *coord_vec, - const GLfloat plane[4], - const GLubyte mask[] ) + const GLfloat plane[4] ) { GLuint stride = coord_vec->stride; GLfloat *coord = coord_vec->start; @@ -45,22 +44,17 @@ static void TAG(dotprod_vec2)( GLfloat *out, const GLfloat plane0 = plane[0], plane1 = plane[1], plane3 = plane[3]; - (void) mask; - for (i=0;istride; GLfloat *coord = coord_vec->start; @@ -71,23 +65,18 @@ static void TAG(dotprod_vec3)( GLfloat *out, const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; const GLfloat plane3 = plane[3]; - (void) mask; - for (i=0;istride; GLfloat *coord = coord_vec->start; @@ -97,22 +86,18 @@ static void TAG(dotprod_vec4)( GLfloat *out, const GLfloat plane0 = plane[0], plane1 = plane[1], plane2 = plane[2]; const GLfloat plane3 = plane[3]; - (void) mask; - for (i=0;i