diff options
author | Keith Whitwell <[email protected]> | 2001-02-06 04:06:34 +0000 |
---|---|---|
committer | Keith Whitwell <[email protected]> | 2001-02-06 04:06:34 +0000 |
commit | d1baa05439c7157eeca42ec191d5375821725bdd (patch) | |
tree | bfd3ff31b803f177d678ab3b6783b876c1938fec /src/mesa/drivers | |
parent | 8fd9f1748d12751683cf8039401a7f7f66ab73fa (diff) |
Use a lookup table to compute exponents in tnl fogging code. Slightly
clean up the shine table lookup macro.
Diffstat (limited to 'src/mesa/drivers')
-rw-r--r-- | src/mesa/drivers/x11/xm_tri.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mesa/drivers/x11/xm_tri.c b/src/mesa/drivers/x11/xm_tri.c index 4bb33ce66e3..9f152265f75 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); |