Remove ctx->Point._Size and ctx->Line._Width.
authorBrian <brian.paul@tungstengraphics.com>
Sat, 21 Jul 2007 16:06:18 +0000 (10:06 -0600)
committerBrian <brian.paul@tungstengraphics.com>
Sat, 21 Jul 2007 16:06:41 +0000 (10:06 -0600)
The clamping for these values depends on whether we're drawing AA or non-AA
points, lines.  Defer clamping until drawing time.  Drivers could compute and
keep clamped AA and clamped non-AA values if desired.


No differences found