commit | bb10e081c8ddc452bca44ba583f239219a5b9372 | [log] [tgz] |
---|---|---|
author | Brian Paul <brianp@vmware.com> | Mon Dec 13 08:41:08 2010 -0700 |
committer | Brian Paul <brianp@vmware.com> | Tue Dec 14 12:38:38 2010 -0700 |
tree | 5aaaf091bb32aef3d04cca04cc9acac07f85c2c6 | |
parent | dfbc20593ec89ef5ddcb0dba3b05ea95e296861e [diff] [blame] |
glsl: new glsl_strtod() wrapper to fix decimal point interpretation 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.
diff --git a/src/glsl/SConscript b/src/glsl/SConscript index b5b1728..f179721 100644 --- a/src/glsl/SConscript +++ b/src/glsl/SConscript
@@ -76,6 +76,7 @@ 'opt_swizzle_swizzle.cpp', 'opt_tree_grafting.cpp', 's_expression.cpp', + 'strtod.c', ] glsl = env.ConvenienceLibrary(