[Mesa-dev] [PATCH] glsl: Bail after reporting an error for non-constant const_in parameters.

2011-08-25 Thread Kenneth Graunke
Otherwise we continue and hit the Illegal formal parameter mode assertion. Fixes negative compile test texelFetchOffset.frag in piglit. Signed-off-by: Kenneth Graunke kenn...@whitecape.org --- src/glsl/ast_function.cpp |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git

Re: [Mesa-dev] [PATCH] glsl: Bail after reporting an error for non-constant const_in parameters.

2011-08-25 Thread Chad Versace
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Simple enough. Reviewed-by: Chad Versace c...@chad-versace.us On 08/25/2011 09:43 AM, Kenneth Graunke wrote: Otherwise we continue and hit the Illegal formal parameter mode assertion. Fixes negative compile test texelFetchOffset.frag in piglit.