[Mesa-dev] [Bug 91149] make check optimization-test regression

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Mon Jun 29 13:45:47 PDT 2015


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 at lists.freedesktop.org
          Reporter: vlee at freedesktop.org
        QA Contact: mesa-dev at lists.freedesktop.org
                CC: brianp at vmware.com, kusmabite at gmail.com,
                    mattst88 at gmail.com

mesa: e566e5203aaba98109a67766cf28991de3358490 (master 10.7.0-devel)

c61bc6ed844b39e600cc64e3e552c7bf1894d7ba is the first bad commit
commit c61bc6ed844b39e600cc64e3e552c7bf1894d7ba
Author: Erik Faye-Lund <kusmabite at 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 <kusmabite at gmail.com>
    Reviewed-by: Matt Turner <mattst88 at gmail.com>
    Reviewed-by: Brian Paul <brianp at 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.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/mesa-dev/attachments/20150629/7c07202d/attachment.html>


More information about the mesa-dev mailing list