https://bugs.freedesktop.org/show_bug.cgi?id=35560
--- Comment #1 from Tom Fogal <[email protected]> 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. _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
