On Saturday, August 17, 2013 01:00:51 AM Ian Romanick wrote:
> From: Ian Romanick
>
> Continue to allow them in GLSL 1.10 because the spec allows it.
> Generate an error in all other versions because the specs specifically
> disallow it.
>
> Signed-off-by: Ian Romanick
> Cc: "9.2"
Reviewed-by
From: Ian Romanick
Continue to allow them in GLSL 1.10 because the spec allows it.
Generate an error in all other versions because the specs specifically
disallow it.
Signed-off-by: Ian Romanick
Cc: "9.2"
---
src/glsl/ast_to_hir.cpp | 30 ++
src/glsl/glsl_p