Re: [Mesa-dev] [PATCH] meta: Fix BlitFramebuffer temp texture setup

2017-07-11 Thread Ville Syrjälä
On Mon, Jul 10, 2017 at 11:42:18PM +0300, Andres Gomez wrote: > Ville, has this patch fallen through the cracks ? Nope. I've still been looking into the issue whenever I've had a few minutes to spare. I think I have it more or les figured out at this stage, but I'll need to respin this patch, and

Re: [Mesa-dev] [PATCH] meta: Fix BlitFramebuffer temp texture setup

2017-07-10 Thread Andres Gomez
Ville, has this patch fallen through the cracks ? On Fri, 2017-06-23 at 14:58 +0300, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Pass the correct src coordinates to CopyTexSubImage() > when creating the temporary texture, and also take care to adjust > flipX/Y if the original

Re: [Mesa-dev] [PATCH] meta: Fix BlitFramebuffer temp texture setup

2017-06-26 Thread Ville Syrjälä
On Fri, Jun 23, 2017 at 06:43:37PM -0700, Ian Romanick wrote: > On 06/23/2017 04:58 AM, ville.syrj...@linux.intel.com wrote: > > From: Ville Syrjälä > > > > Pass the correct src coordinates to CopyTexSubImage() > > when creating the temporary texture, and also take care to adjust > > flipX/Y if t

Re: [Mesa-dev] [PATCH] meta: Fix BlitFramebuffer temp texture setup

2017-06-23 Thread Ian Romanick
On 06/23/2017 04:58 AM, ville.syrj...@linux.intel.com wrote: > From: Ville Syrjälä > > Pass the correct src coordinates to CopyTexSubImage() > when creating the temporary texture, and also take care to adjust > flipX/Y if the original src coordinates were flipped compared to > the new temporary t

[Mesa-dev] [PATCH] meta: Fix BlitFramebuffer temp texture setup

2017-06-23 Thread ville . syrjala
From: Ville Syrjälä Pass the correct src coordinates to CopyTexSubImage() when creating the temporary texture, and also take care to adjust flipX/Y if the original src coordinates were flipped compared to the new temporary texture src coordinates. This fixes all the flip_src_x/y tests in piglit.