Re: [Mesa-dev] [PATCH 2/2] demos/pixeltest: Adapt the example for points too.

2014-01-08 Thread Brian Paul
On 01/08/2014 10:30 AM, jfons...@vmware.com wrote: From: José Fonseca This example is very useful to understand the rasterization of lines. And with this change, points too. Adding a key / command-line option to switch modes is left for a future opportunity though. For both: Reviewed-by: Bri

Re: [Mesa-dev] [PATCH 2/2] demos/pixeltest: Adapt the example for points too.

2014-01-08 Thread Jose Fonseca
- Original Message - > On Wed, Jan 8, 2014 at 6:30 PM, wrote: > > From: José Fonseca > > > > This example is very useful to understand the rasterization of lines. > > And with this change, points too. > > > > Adding a key / command-line option to switch modes is left for a future > > o

Re: [Mesa-dev] [PATCH 2/2] demos/pixeltest: Adapt the example for points too.

2014-01-08 Thread Erik Faye-Lund
On Wed, Jan 8, 2014 at 6:30 PM, wrote: > From: José Fonseca > > This example is very useful to understand the rasterization of lines. > And with this change, points too. > > Adding a key / command-line option to switch modes is left for a future > opportunity though. > --- > src/demos/pixeltest

[Mesa-dev] [PATCH 2/2] demos/pixeltest: Adapt the example for points too.

2014-01-08 Thread jfonseca
From: José Fonseca This example is very useful to understand the rasterization of lines. And with this change, points too. Adding a key / command-line option to switch modes is left for a future opportunity though. --- src/demos/pixeltest.c | 109