Re: [Mesa-dev] [PATCH 1/2] r200: fix r200 large points

2010-11-09 Thread Alex Deucher
On Tue, Nov 9, 2010 at 12:05 PM, Roland Scheidegger wrote: > On 09.11.2010 17:17, Alex Deucher wrote: >> On Mon, Nov 8, 2010 at 4:12 PM, Roland Scheidegger >> wrote: >>> DD_POINT_SIZE got never set for some time now (as it was set only in ifdefed >>> out code), which caused the r200 driver to us

Re: [Mesa-dev] [PATCH 1/2] r200: fix r200 large points

2010-11-09 Thread Roland Scheidegger
On 09.11.2010 17:17, Alex Deucher wrote: > On Mon, Nov 8, 2010 at 4:12 PM, Roland Scheidegger wrote: >> DD_POINT_SIZE got never set for some time now (as it was set only in ifdefed >> out code), which caused the r200 driver to use the point primitive mistakenly >> in some cases which can only do s

Re: [Mesa-dev] [PATCH 1/2] r200: fix r200 large points

2010-11-09 Thread Alex Deucher
On Mon, Nov 8, 2010 at 4:12 PM, Roland Scheidegger wrote: > DD_POINT_SIZE got never set for some time now (as it was set only in ifdefed > out code), which caused the r200 driver to use the point primitive mistakenly > in some cases which can only do size 1 instead of point sprite. Since the > log

[Mesa-dev] [PATCH 1/2] r200: fix r200 large points

2010-11-08 Thread Roland Scheidegger
DD_POINT_SIZE got never set for some time now (as it was set only in ifdefed out code), which caused the r200 driver to use the point primitive mistakenly in some cases which can only do size 1 instead of point sprite. Since the logic to use point instead of point sprite prim is flaky at best anywa