Re: [Mesa-dev] [PATCH 3/4] glsl: Emit extra errors for l-value violations in 'out' or 'inout' parameters

2012-01-06 Thread Paul Berry
On 23 December 2011 14:35, Ian Romanick wrote: > From: Ian Romanick > > Somethings, like pre-increment operations, were not previously caught. > After the 8.0 release, this code needs some major refactoring and > clean-up. It's a mess. :( > > Signed-off-by: Ian Romanick > Bugzilla: https://bug

[Mesa-dev] [PATCH 3/4] glsl: Emit extra errors for l-value violations in 'out' or 'inout' parameters

2011-12-23 Thread Ian Romanick
From: Ian Romanick Somethings, like pre-increment operations, were not previously caught. After the 8.0 release, this code needs some major refactoring and clean-up. It's a mess. :( Signed-off-by: Ian Romanick Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=42755 --- src/glsl/ast_funct