Re: [Mesa-dev] [PATCH] meta: Clip src/dest rects in BlitFramebuffer, using the scissor

2014-04-16 Thread Anuj Phogat
On Tue, Apr 15, 2014 at 7:15 PM, Chris Forbes wrote: > Fixes piglit's fbo-blit-stretch test on drivers which use the meta path. > (i965: should fix Broadwell, but also fixes Sandybridge/Ivybridge/Haswell > since this test falls off the blorp path now due to format conversion) > > V2: Use scissor i

[Mesa-dev] [PATCH] meta: Clip src/dest rects in BlitFramebuffer, using the scissor

2014-04-15 Thread Chris Forbes
Fixes piglit's fbo-blit-stretch test on drivers which use the meta path. (i965: should fix Broadwell, but also fixes Sandybridge/Ivybridge/Haswell since this test falls off the blorp path now due to format conversion) V2: Use scissor instead of just mangling the rects, to avoid texcoord rounding p