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/tnl/t_vb_fog.c | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/mesa/tnl/t_vb_fog.c') diff --git a/src/mesa/tnl/t_vb_fog.c b/src/mesa/tnl/t_vb_fog.c index 79d72e4567..5f16e7e431 100644 --- a/src/mesa/tnl/t_vb_fog.c +++ b/src/mesa/tnl/t_vb_fog.c @@ -1,4 +1,4 @@ -/* $Id: t_vb_fog.c,v 1.9 2001/03/19 02:25:37 keithw Exp $ */ +/* $Id: t_vb_fog.c,v 1.10 2001/03/30 14:44:44 gareth Exp $ */ /* * Mesa 3-D graphics library @@ -160,8 +160,9 @@ static GLboolean run_fog_stage( GLcontext *ctx, /* Full eye coords weren't required, just calculate the * eye Z values. */ - _mesa_dotprod_tab[0][VB->ObjPtr->size](input->data, sizeof(GLfloat), - VB->ObjPtr, plane, 0 ); + _mesa_dotprod_tab[VB->ObjPtr->size]( input->data, + sizeof(GLfloat), + VB->ObjPtr, plane ); input->count = VB->ObjPtr->count; } -- cgit v1.2.3