[Mesa-dev] [Bug 29613] New: OSMesa and GL cannot be linked together

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Aug 17 07:51:29 PDT 2010


https://bugs.freedesktop.org/show_bug.cgi?id=29613

           Summary: OSMesa and GL cannot be linked together
           Product: Mesa
           Version: git
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: medium
         Component: Other
        AssignedTo: mesa-dev at lists.freedesktop.org
        ReportedBy: hobbsk at ohiou.edu


Before commit cbf30fce322506bd43692617de9d201533f41532 an application was
required to link GL (xlib driver) in order to link OSMesa. The application
could then do on-screen or off-screen software rendering.

After cbf30fce322506bd43692617de9d201533f41532 an application can only link GL
or OSMesa but not both. Applications that assume the old behaviour can not be
built.

The change was made because -fvisibility=hidden hid the internal mesa functions
in GL from OSMesa.

-- 
Configure bugmail: https://bugs.freedesktop.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.


More information about the mesa-dev mailing list