[Mesa-dev] [PATCH] glsl: don't generate extra errors in ValidateProgramPipeline

2015-11-26 Thread Timothy Arceri
From Section 11.1.3.11 (Validation) of the GLES 3.1 spec: "An INVALID_OPERATION error is generated by any command that trans- fers vertices to the GL or launches compute work if the current set of active program objects cannot be executed, for reasons including:" It then goes on to list

Re: [Mesa-dev] [PATCH] glsl: don't generate extra errors in ValidateProgramPipeline

2015-11-26 Thread Timothy Arceri
On Thu, 2015-11-26 at 21:50 +1100, Timothy Arceri wrote: > From Section 11.1.3.11 (Validation) of the GLES 3.1 spec: > >"An INVALID_OPERATION error is generated by any command that trans > - >fers vertices to the GL or launches compute work if the current > set >of active program

Re: [Mesa-dev] [PATCH] glsl: don't generate extra errors in ValidateProgramPipeline

2015-11-26 Thread Tapani Pälli
Reviewed-by: Tapani Pälli comment below; On 11/26/2015 01:01 PM, Timothy Arceri wrote: On Thu, 2015-11-26 at 21:50 +1100, Timothy Arceri wrote: From Section 11.1.3.11 (Validation) of the GLES 3.1 spec: "An INVALID_OPERATION error is generated by any command that