Re: [Mesa-dev] [PATCH 1/2] glsl: add new glsl_strtof() function

2013-01-24 Thread Ian Romanick
On 01/23/2013 12:16 PM, Brian Paul wrote: Note, we could alternately implement this in terms of glsl_strtod() with a (float) cast. Series is Reviewed-by: Ian Romanick --- src/glsl/strtod.c | 22 ++ src/glsl/strtod.h |3 +++ 2 files changed, 25 insertions(+), 0

[Mesa-dev] [PATCH 1/2] glsl: add new glsl_strtof() function

2013-01-23 Thread Brian Paul
Note, we could alternately implement this in terms of glsl_strtod() with a (float) cast. --- src/glsl/strtod.c | 22 ++ src/glsl/strtod.h |3 +++ 2 files changed, 25 insertions(+), 0 deletions(-) diff --git a/src/glsl/strtod.c b/src/glsl/strtod.c index 47c1f0e..46f4dc5 1