[Mesa-dev] [PATCH 3/6] glsl: Merge candidates are: message to the previous line.

2013-11-23 Thread Kenneth Graunke
Previously, when we hit a no matching function error, it looked like: 0:0(0): error: no matching function for call to `cos()' 0:0(0): error: candidates are: float sin(float) 0:0(0): error:vec2 sin(vec2) 0:0(0): error:vec3 sin(vec3) 0:0(0): error:

Re: [Mesa-dev] [PATCH 3/6] glsl: Merge candidates are: message to the previous line.

2013-11-23 Thread Chris Forbes
One would hope that it doesn't actually offer overloads of sin() when you tried to call cos()? Actual change looks good; Reviewed-by: Chris Forbes chr...@ijw.co.nz On Sun, Nov 24, 2013 at 10:43 AM, Kenneth Graunke kenn...@whitecape.org wrote: Previously, when we hit a no matching function