https://bugs.freedesktop.org/show_bug.cgi?id=91149
Bug ID: 91149 Summary: make check optimization-test regression Product: Mesa Version: git Hardware: x86-64 (AMD64) OS: All Status: NEW Keywords: bisected, regression Severity: normal Priority: medium Component: Mesa core Assignee: mesa-dev@lists.freedesktop.org Reporter: v...@freedesktop.org QA Contact: mesa-dev@lists.freedesktop.org CC: bri...@vmware.com, kusmab...@gmail.com, matts...@gmail.com mesa: e566e5203aaba98109a67766cf28991de3358490 (master 10.7.0-devel) c61bc6ed844b39e600cc64e3e552c7bf1894d7ba is the first bad commit commit c61bc6ed844b39e600cc64e3e552c7bf1894d7ba Author: Erik Faye-Lund <kusmab...@gmail.com> Date: Sun Jun 28 14:51:08 2015 +0200 util: port _mesa_strto[df] to C _mesa_strtod and _mesa_strtof are only used from the GLSL compiler and the ARB_[vertex|fragment]_program code, meaning that the locale doesn't need to be initialized before the first OpenGL context gets initialized. So let's use explicit initialization from the one-time init code instead of depending on a C++ compiler to initialize at image-load time. Signed-off-by: Erik Faye-Lund <kusmab...@gmail.com> Reviewed-by: Matt Turner <matts...@gmail.com> Reviewed-by: Brian Paul <bri...@vmware.com> :040000 040000 baa682cc9e4d23cba4beb87bfed38d91a6cd24ca 28483dfb1282d87887533cf980f56b0702ca8073 M src bisect run success -- You are receiving this mail because: You are the QA Contact for the bug. You are the assignee for the bug.
_______________________________________________ mesa-dev mailing list mesa-dev@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/mesa-dev