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

2013-02-11 Thread Chad Versace
On 02/11/2013 12:03 AM, 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-by: Tapani Pälli >

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

2013-02-11 Thread Matt Turner
On Mon, Feb 11, 2013 at 12:03 AM, 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-by: Tapani P

[Mesa-dev] [PATCH] 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 | 13 - 1 file changed,