Re: [Mesa-dev] [PATCH 4/4] st/mesa: add OES_sample_variables support

2016-02-16 Thread Ilia Mirkin
On Tue, Feb 16, 2016 at 1:42 PM, Ian Romanick wrote: > On 02/16/2016 09:12 AM, Ilia Mirkin wrote: >> On Tue, Feb 16, 2016 at 12:02 PM, Ian Romanick wrote: >>> On 02/15/2016 10:31 PM, Ilia Mirkin wrote: Basically the same thing as ARB_sample_shading except that it also needs gl_SampleMas

Re: [Mesa-dev] [PATCH 4/4] st/mesa: add OES_sample_variables support

2016-02-16 Thread Ian Romanick
On 02/16/2016 09:12 AM, Ilia Mirkin wrote: > On Tue, Feb 16, 2016 at 12:02 PM, Ian Romanick wrote: >> On 02/15/2016 10:31 PM, Ilia Mirkin wrote: >>> Basically the same thing as ARB_sample_shading except that it also needs >>> gl_SampleMaskIn support as well as not enable per-sample interpolation >

Re: [Mesa-dev] [PATCH 4/4] st/mesa: add OES_sample_variables support

2016-02-16 Thread Ilia Mirkin
On Tue, Feb 16, 2016 at 12:02 PM, Ian Romanick wrote: > On 02/15/2016 10:31 PM, Ilia Mirkin wrote: >> Basically the same thing as ARB_sample_shading except that it also needs >> gl_SampleMaskIn support as well as not enable per-sample interpolation >> whenever doing per-sample shading. This is don

Re: [Mesa-dev] [PATCH 4/4] st/mesa: add OES_sample_variables support

2016-02-16 Thread Ian Romanick
On 02/15/2016 10:31 PM, Ilia Mirkin wrote: > Basically the same thing as ARB_sample_shading except that it also needs > gl_SampleMaskIn support as well as not enable per-sample interpolation > whenever doing per-sample shading. This is done explicitly in another > extension. > > Signed-off-by: Ili

[Mesa-dev] [PATCH 4/4] st/mesa: add OES_sample_variables support

2016-02-15 Thread Ilia Mirkin
Basically the same thing as ARB_sample_shading except that it also needs gl_SampleMaskIn support as well as not enable per-sample interpolation whenever doing per-sample shading. This is done explicitly in another extension. Signed-off-by: Ilia Mirkin --- I get 16 failures with dEQP tests, these