Re: [Mesa-dev] [PATCH] meta: Fix blitting a framebuffer with renderbuffer attachment

2013-08-14 Thread Anuj Phogat
On Wed, Aug 14, 2013 at 1:46 PM, Paul Berry wrote: > On 5 August 2013 15:00, Anuj Phogat wrote: >> >> This patch fixes a case of framebuffer blitting with renderbuffer >> as color attachment and GL_LINEAR filter. Meta implementation of >> glBlitFrambuffer() converts source color buffer to a textu

Re: [Mesa-dev] [PATCH] meta: Fix blitting a framebuffer with renderbuffer attachment

2013-08-14 Thread Paul Berry
On 5 August 2013 15:00, Anuj Phogat wrote: > This patch fixes a case of framebuffer blitting with renderbuffer > as color attachment and GL_LINEAR filter. Meta implementation of > glBlitFrambuffer() converts source color buffer to a texture and > uses it to do the scaled blitting in to destinatio

Re: [Mesa-dev] [PATCH] meta: Fix blitting a framebuffer with renderbuffer attachment

2013-08-12 Thread Anuj Phogat
On Mon, Aug 5, 2013 at 3:00 PM, Anuj Phogat wrote: > > This patch fixes a case of framebuffer blitting with renderbuffer > as color attachment and GL_LINEAR filter. Meta implementation of > glBlitFrambuffer() converts source color buffer to a texture and > uses it to do the scaled blitting in to d

[Mesa-dev] [PATCH] meta: Fix blitting a framebuffer with renderbuffer attachment

2013-08-05 Thread Anuj Phogat
This patch fixes a case of framebuffer blitting with renderbuffer as color attachment and GL_LINEAR filter. Meta implementation of glBlitFrambuffer() converts source color buffer to a texture and uses it to do the scaled blitting in to destination buffer. Using the exact source rectangle to create