Fix a number of point size attenuation problems.

Move size clamping into the rasterization function.
This commit is contained in:
Brian Paul
2005-10-07 03:56:29 +00:00
parent 9dd973ec3b
commit dfe7aedf84
5 changed files with 115 additions and 85 deletions

View File

@@ -987,6 +987,9 @@ _mesa_update_state( GLcontext *ctx )
if (new_state & (_NEW_SCISSOR|_NEW_BUFFERS))
_mesa_update_draw_buffer_bounds( ctx );
if (new_state & _NEW_POINT)
_mesa_update_point( ctx );
if (new_state & _NEW_POLYGON)
_mesa_update_polygon( ctx );