Re: [Mesa-dev] [PATCH v2] shaderapi: Fix AttachShader error

2013-02-13 Thread Chad Versace
Thanks, committed. On 02/11/2013 10:42 PM, Tapani Pälli wrote: > From: bma > > Detect a duplicate Shader type as and error instead of silently allowing > it, restrict to ES2 API. > > v2: Tapani Pälli > - make the check run time instead of compile time > > Signed-off-by: bma > Signed-off-

[Mesa-dev] [PATCH v2] shaderapi: Fix AttachShader error

2013-02-11 Thread Tapani Pälli
From: bma Detect a duplicate Shader type as and error instead of silently allowing it, restrict to ES2 API. v2: Tapani Pälli - make the check run time instead of compile time Signed-off-by: bma Signed-off-by: Tapani Pälli --- src/mesa/main/shaderapi.c | 12 1 file changed,