Fix point attentuation problem (bug 11042)
authorBrian <brian.paul@tungstengraphics.com>
Wed, 23 May 2007 14:58:08 +0000 (08:58 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Wed, 23 May 2007 14:58:08 +0000 (08:58 -0600)
commitd062b6cd2672f42fdfe20f6d932aacef9895aebc
tree9176221dea82ccb00cdb438f105ab3051e0d6a5b
parenta194bc3a8527ed41eead88632cc79ecabe4c81ac
Fix point attentuation problem (bug 11042)

ctx->Point._Attentuation was computed in wrong place and the VB->Eye coord Z
array wasn't indexed correctly in run_point_stage().
src/mesa/main/points.c
src/mesa/tnl/t_vb_points.c