Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | glsl: add new glsl_strtof() function | Brian Paul | 2013-01-25 | 1 | -0/+3 |
| | | | | | | | Note, we could alternately implement this in terms of glsl_strtod() with a (float) cast. Reviewed-by: Ian Romanick <[email protected]> | ||||
* | glsl: new glsl_strtod() wrapper to fix decimal point interpretation | Brian Paul | 2010-12-14 | 1 | -0/+43 |
We always want to use '.' as the decimal point. See http://bugs.freedesktop.org/show_bug.cgi?id=24531 NOTE: this is a candidate for the 7.10 branch. |