Re: [Mesa-dev] [PATCH] glsl: implement recent spec update to SSO validation

2015-11-23 Thread Ian Romanick
On 11/23/2015 01:51 PM, Ian Romanick wrote: > On 11/23/2015 04:24 AM, Timothy Arceri wrote: >> From: Timothy Arceri >> >> Enables 200+ dEQP SSO tests to proceed passed validation, > ^^ past? > >> while not regressing ES31-CTS.sepshaderobjs.PipelineApi.

Re: [Mesa-dev] [PATCH] glsl: implement recent spec update to SSO validation

2015-11-23 Thread Ian Romanick
On 11/23/2015 04:24 AM, Timothy Arceri wrote: > From: Timothy Arceri > > Enables 200+ dEQP SSO tests to proceed passed validation, ^^ past? > while not regressing ES31-CTS.sepshaderobjs.PipelineApi. > > Cc: Tapani Pälli > Cc: Gregory Hainaut > ---

Re: [Mesa-dev] [PATCH] glsl: implement recent spec update to SSO validation

2015-11-23 Thread Timothy Arceri
On Mon, 2015-11-23 at 15:19 +0200, Tapani Pälli wrote: > Hi; > > On 11/23/2015 02:24 PM, Timothy Arceri wrote: > > From: Timothy Arceri > > > > Enables 200+ dEQP SSO tests to proceed passed validation, > > while not regressing ES31-CTS.sepshaderobjs.PipelineApi. > > > > Cc: Tapani Pälli > > Cc

Re: [Mesa-dev] [PATCH] glsl: implement recent spec update to SSO validation

2015-11-23 Thread Gregory Hainaut
It is a different issue and it seems I already did it (or someone else patched it). You can see those lines in the code. /* Object is created by any Pipeline call but glGenProgramPipelines, * glIsProgramPipeline and GetProgramPipelineInfoLog */ pipe->EverBound = GL_TRUE; The trick i

Re: [Mesa-dev] [PATCH] glsl: implement recent spec update to SSO validation

2015-11-23 Thread Tapani Pälli
Hi; On 11/23/2015 02:24 PM, Timothy Arceri wrote: From: Timothy Arceri Enables 200+ dEQP SSO tests to proceed passed validation, while not regressing ES31-CTS.sepshaderobjs.PipelineApi. Cc: Tapani Pälli Cc: Gregory Hainaut --- src/mesa/main/pipelineobj.c | 25 - 1

Re: [Mesa-dev] [PATCH] glsl: implement recent spec update to SSO validation

2015-11-23 Thread Gregory Hainaut
Thanks. Yes I think it must be this way. I said the same to Tapani 1 hour ago (but stupid gmail didn't reply all...). On 11/23/15, Timothy Arceri wrote: > On Mon, 2015-11-23 at 23:24 +1100, Timothy Arceri wrote: >> From: Timothy Arceri >> >> Enables 200+ dEQP SSO tests to proceed passed validati

Re: [Mesa-dev] [PATCH] glsl: implement recent spec update to SSO validation

2015-11-23 Thread Timothy Arceri
On Mon, 2015-11-23 at 23:24 +1100, Timothy Arceri wrote: > From: Timothy Arceri > > Enables 200+ dEQP SSO tests to proceed passed validation, > while not regressing ES31-CTS.sepshaderobjs.PipelineApi. > > Cc: Tapani Pälli > Cc: Gregory Hainaut > --- > src/mesa/main/pipelineobj.c | 25

[Mesa-dev] [PATCH] glsl: implement recent spec update to SSO validation

2015-11-23 Thread Timothy Arceri
From: Timothy Arceri Enables 200+ dEQP SSO tests to proceed passed validation, while not regressing ES31-CTS.sepshaderobjs.PipelineApi. Cc: Tapani Pälli Cc: Gregory Hainaut --- src/mesa/main/pipelineobj.c | 25 - 1 file changed, 24 insertions(+), 1 deletion(-) diff --