From d1baa05439c7157eeca42ec191d5375821725bdd Mon Sep 17 00:00:00 2001 From: Keith Whitwell Date: Tue, 6 Feb 2001 04:06:34 +0000 Subject: Use a lookup table to compute exponents in tnl fogging code. Slightly clean up the shine table lookup macro. --- src/mesa/drivers/x11/xm_tri.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/mesa/drivers/x11') diff --git a/src/mesa/drivers/x11/xm_tri.c b/src/mesa/drivers/x11/xm_tri.c index 4bb33ce66e..9f152265f7 100644 --- a/src/mesa/drivers/x11/xm_tri.c +++ b/src/mesa/drivers/x11/xm_tri.c @@ -1,4 +1,4 @@ -/* $Id: xm_tri.c,v 1.17 2001/01/23 23:39:37 brianp Exp $ */ +/* $Id: xm_tri.c,v 1.18 2001/02/06 04:06:36 keithw Exp $ */ /* * Mesa 3-D graphics library @@ -1521,7 +1521,7 @@ do { \ #endif - + static swrast_tri_func get_triangle_func( GLcontext *ctx ) { SWcontext *swrast = SWRAST_CONTEXT(ctx); -- cgit v1.2.3