Re: [Mesa-dev] [PATCH] glsl: Don't allow const on out or inout function parameters

2013-08-08 Thread Matt Turner
On Thu, Aug 8, 2013 at 4:54 PM, Ian Romanick wrote: > From: Ian Romanick > > Fixes piglit tests const-inout-parameter.frag and > const-out-parameter.frag. > > Signed-off-by: Ian Romanick > Cc: "9.2" mesa-sta...@lists.freedesktop.org > Cc: Matt Turner > --- > This currently causes a regression i

[Mesa-dev] [PATCH] glsl: Don't allow const on out or inout function parameters

2013-08-08 Thread Ian Romanick
From: Ian Romanick Fixes piglit tests const-inout-parameter.frag and const-out-parameter.frag. Signed-off-by: Ian Romanick Cc: "9.2" mesa-sta...@lists.freedesktop.org Cc: Matt Turner --- This currently causes a regression in relaxed-parameter-qualifier-ordering.vert. I believe that test is in