From 46ef2ce78952914d3723b07aae28b024a1e8a6ad Mon Sep 17 00:00:00 2001 From: "kbr@chromium.org" Date: Fri, 26 Feb 2010 17:54:05 +0000 Subject: Thanks to apatrick, added missing support to GLSL ES grammar for user-defined types in constructor calls and type names. Allows declarations of uniforms of struct types to parse. Added all shaders from WebGL demos; all parse successfully. Fixed Ant build targets. Attempted to make same changes to Bison version of grammar, but it is not working well (failing to parse some function calls the ANTLR version handles). Leaving it functionally unchanged. Cleaned up comments. Review URL: http://codereview.chromium.org/660160 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@40129 0039d316-1c4b-4281-b951-d872f2087c98 --- o3d/compiler/glsl_validator/build.xml | 28 ++++++++++++++++++++++++---- 1 file changed, 24 insertions(+), 4 deletions(-) (limited to 'o3d/compiler/glsl_validator/build.xml') diff --git a/o3d/compiler/glsl_validator/build.xml b/o3d/compiler/glsl_validator/build.xml index be53186..ee52a8c 100644 --- a/o3d/compiler/glsl_validator/build.xml +++ b/o3d/compiler/glsl_validator/build.xml @@ -10,13 +10,13 @@ - + - + - + @@ -25,7 +25,7 @@ - + @@ -45,8 +45,28 @@ + + + + + + + + + + + + + + + + + + + + -- cgit v1.1