Re: [Mesa-dev] [PATCH 1/2] i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.

2014-07-21 Thread Kenneth Graunke
On Friday, July 18, 2014 02:32:10 PM Matt Turner wrote: > On Fri, Jul 18, 2014 at 1:19 PM, Kenneth Graunke > wrote: > > We might be able to do this without an extra program key field, but this > > is non-invasive and fixes the bug, for now. > > > > This fixes the following Piglit tests on Broadwe

Re: [Mesa-dev] [PATCH 1/2] i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.

2014-07-18 Thread Matt Turner
On Fri, Jul 18, 2014 at 1:19 PM, Kenneth Graunke wrote: > We might be able to do this without an extra program key field, but this > is non-invasive and fixes the bug, for now. > > This fixes the following Piglit tests on Broadwell: > - ARB_sample_shading/builtin-gl-sample-id 2 > - ARB_sample_shad

[Mesa-dev] [PATCH 1/2] i965/fs: Fix gl_SampleID for 2x MSAA and SIMD16 mode.

2014-07-18 Thread Kenneth Graunke
We might be able to do this without an extra program key field, but this is non-invasive and fixes the bug, for now. This fixes the following Piglit tests on Broadwell: - ARB_sample_shading/builtin-gl-sample-id 2 - ARB_sample_shading/builtin-gl-sample-position 2 - EXT_framebuffer_multisample/multi