Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment, with more comments

2011-04-29 Thread Marek Olšák
Tested-by: Marek Olšák On Wed, Apr 27, 2011 at 8:53 PM, Christoph Bumiller wrote: > Again, with a more detailed explanation added as comments. > > On 20.04.2011 17:33, Christoph Bumiller wrote: > > On 04/19/2011 04:00 AM, Christoph Bumiller wrote: > > On 16.04.2011 18:50, Christoph Bumiller wr

Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment, with more comments

2011-04-27 Thread Christoph Bumiller
Again, with a more detailed explanation added as comments. On 20.04.2011 17:33, Christoph Bumiller wrote: >> On 04/19/2011 04:00 AM, Christoph Bumiller wrote: >>> On 16.04.2011 18:50, Christoph Bumiller wrote: I hope the new version is correct, the commit message describes why I did th

Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment

2011-04-20 Thread Christoph Bumiller
> On 04/19/2011 04:00 AM, Christoph Bumiller wrote: >> On 16.04.2011 18:50, Christoph Bumiller wrote: >>> I hope the new version is correct, the commit message describes why I >>> did the first change, and the second change is described in a comment. >>> >>> Note that the MAD for inversion uses

Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment

2011-04-19 Thread Brian
On 04/19/2011 04:00 AM, Christoph Bumiller wrote: On 16.04.2011 18:50, Christoph Bumiller wrote: I hope the new version is correct, the commit message describes why I did the first change, and the second change is described in a comment. Note that the MAD for inversion uses Height - 1 instead

Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment

2011-04-19 Thread Marek Olšák
2011/4/19 Michel Dänzer > On Die, 2011-04-19 at 12:00 +0200, Christoph Bumiller wrote: > > On 16.04.2011 18:50, Christoph Bumiller wrote: > > > I hope the new version is correct, the commit message describes why I > > > did the first change, and the second change is described in a comment. > > >

Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment

2011-04-19 Thread Michel Dänzer
On Die, 2011-04-19 at 12:00 +0200, Christoph Bumiller wrote: > On 16.04.2011 18:50, Christoph Bumiller wrote: > > I hope the new version is correct, the commit message describes why I > > did the first change, and the second change is described in a comment. > > > > Note that the MAD for inversio

Re: [Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment

2011-04-19 Thread Christoph Bumiller
On 16.04.2011 18:50, Christoph Bumiller wrote: > I hope the new version is correct, the commit message describes why I > did the first change, and the second change is described in a comment. > > Note that the MAD for inversion uses Height - 1 instead of Height. > > With this, piglit glsl-arb-fragm

[Mesa-dev] [PATCH] st/mesa: fix WPOS adjustment

2011-04-16 Thread Christoph Bumiller
I hope the new version is correct, the commit message describes why I did the first change, and the second change is described in a comment. Note that the MAD for inversion uses Height - 1 instead of Height. With this, piglit glsl-arb-fragment-coord-conventions and fbo-depth-sample-compare pass o