Re: [Mesa-dev] [PATCH] blorp: Fix 16x multisample scaled blits

2016-06-02 Thread Jason Ekstrand
On Thu, Jun 2, 2016 at 11:34 AM, Anuj Phogat wrote: > Piglit test ext_framebuffer_multisample_blit_scaled-blit-scaled > (with added 16x sample support) now passes with this patch. > > Signed-off-by: Anuj Phogat > Cc: Jason Ekstrand > Cc: "12.0" > Reviewed-by: Jason Ekstrand Thanks for fixin

[Mesa-dev] [PATCH] blorp: Fix 16x multisample scaled blits

2016-06-02 Thread Anuj Phogat
Piglit test ext_framebuffer_multisample_blit_scaled-blit-scaled (with added 16x sample support) now passes with this patch. Signed-off-by: Anuj Phogat Cc: Jason Ekstrand Cc: "12.0" --- src/mesa/drivers/dri/i965/brw_blorp_blit.cpp | 17 ++--- 1 file changed, 10 insertions(+), 7 dele