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

2018-03-05 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35560

Timothy Arceri  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution|--- |WONTFIX

-- 
You are receiving this mail because:
You are the assignee for the bug.___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/mesa-dev


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

2011-03-22 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35560

--- Comment #1 from Tom Fogal tfo...@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.
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev