Re: [Mesa-dev] [PATCH 0/4] Clean up dFdy() bug fix.

2012-07-19 Thread Ian Romanick
On 07/19/2012 07:36 AM, Paul Berry wrote: On 18 July 2012 15:11, Kenneth Graunke mailto:kenn...@whitecape.org>> wrote: On 07/18/2012 12:16 PM, Paul Berry wrote: > This patch series cleans up a bug fix I made to Mesa on June 22 > (commit 82d2596: i965: Compute dFdy() correctly for F

Re: [Mesa-dev] [PATCH 0/4] Clean up dFdy() bug fix.

2012-07-19 Thread Paul Berry
On 18 July 2012 15:11, Kenneth Graunke wrote: > On 07/18/2012 12:16 PM, Paul Berry wrote: > > This patch series cleans up a bug fix I made to Mesa on June 22 > > (commit 82d2596: i965: Compute dFdy() correctly for FBOs). The bug > > was that the i965 driver wasn't adjusting the dFdy() logic to a

Re: [Mesa-dev] [PATCH 0/4] Clean up dFdy() bug fix.

2012-07-18 Thread Kenneth Graunke
On 07/18/2012 12:16 PM, Paul Berry wrote: > This patch series cleans up a bug fix I made to Mesa on June 22 > (commit 82d2596: i965: Compute dFdy() correctly for FBOs). The bug > was that the i965 driver wasn't adjusting the dFdy() logic to account > for the fact that window system framebuffers us

[Mesa-dev] [PATCH 0/4] Clean up dFdy() bug fix.

2012-07-18 Thread Paul Berry
This patch series cleans up a bug fix I made to Mesa on June 22 (commit 82d2596: i965: Compute dFdy() correctly for FBOs). The bug was that the i965 driver wasn't adjusting the dFdy() logic to account for the fact that window system framebuffers use flipped Y coordinates compared to FBOs. The fix