[Mesa-dev] [Bug 35560] libOSMesa.so now (since 7.2 perhaps) contains the GL API preventing creating one executable with interchangeable libGL.so files

bugzilla-daemon at freedesktop.org bugzilla-daemon at freedesktop.org
Tue Mar 22 14:47:47 PDT 2011


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

--- Comment #1 from Tom Fogal <tfogal at alumni.unh.edu> 2011-03-22 14:47:47 PDT ---
You might be interested in the 'sci' GLEW branch:

   http://shigeru.sci.utah.edu:1234/git/?p=glew.git;a=summary

it is essentially a library which provides all of the GL symbols but without
linking against any GL implementation.  Client libraries/applications can give
a path of to the GL implementation and it will dynamically load it at runtime.

I have not yet added OSMesa symbols to the default configuration, but it can
use OSMesaGetProcAddress internally, and I will need to add support for OSMesa
for my own purposes soon enough... perhaps you'd like to help?

We're also actively working to get this into upstream GLEW, and could always
use help on that front, too.

-- 
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