mesa/src
Brian Paul 89b31c9619 mesa: use C locale for _mesa_strtod()
_mesa_strtod() is used for shader/program parsing where the decimal
point character is always '.'  Use strtod_l() with a "C" locale to
ensure correct string->double conversion when the actual locale uses
another character such as ',' for the decimal point.

Fixes bug 24531.
2009-10-16 07:36:50 -06:00
..
driclient g3dvl: Fix some memory leaks. 2009-01-10 13:52:06 -05:00
egl egl: Remove Xdpy from EGLDisplay. 2009-08-26 16:40:22 -06:00
gallium softpipe: revert 564df9dc5f 2009-10-10 09:18:14 -06:00
glew glew: correct misspelling of glFramebufferTextureLayer 2009-06-18 10:13:55 +01:00
glu Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glut glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handling 2009-08-11 08:54:25 -06:00
glw Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glx glx: fix glXQueryContext(GLX_RENDER_TYPE) 2009-09-30 15:15:10 -06:00
mesa mesa: use C locale for _mesa_strtod() 2009-10-16 07:36:50 -06:00
xvmc g3dvl: Return BadAlloc if we can't create an XvMC surface. 2009-01-18 21:40:10 -05:00
Makefile
SConscript glew: Initial import. 2009-01-23 12:32:35 +00:00