Re: [Mesa-dev] [PATCH 10/12] i965/meta: Support 16x MSAA in the meta stencil blit

2015-09-22 Thread Ben Widawsky
On Thu, Sep 17, 2015 at 05:00:12PM +0100, Neil Roberts wrote: > The destination rectangle is now drawn at 4x4 the size and the shader > code to calculate the sample number is adjusted accordingly. > --- > src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | 22 +- > 1 file chang

[Mesa-dev] [PATCH 10/12] i965/meta: Support 16x MSAA in the meta stencil blit

2015-09-17 Thread Neil Roberts
The destination rectangle is now drawn at 4x4 the size and the shader code to calculate the sample number is adjusted accordingly. --- src/mesa/drivers/dri/i965/brw_meta_stencil_blit.c | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/src/mesa/drivers/dri/