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
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
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
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