mesa/src
Michel Dänzer 061a3fe340 Bug #7169: Attempt to make libGL symbols visible to drivers.
Some applications end up dlopening libGL without RTLD_GLOBAL, so the libGL
symbols referenced by the driver can't be unresolved when libGL dlopens it.
This attempts to make the libGL symbols visible to the driver by dlopening
libGL (again) with RTLD_GLOBAL before dlopening the driver and dlclosing
the obtained handle afterwards.
2006-08-14 15:53:37 +00:00
..
egl LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
glu LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
glut Added initial multisampling support to glfbdev driver. 2006-08-10 10:21:17 +00:00
glw LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00
glx Bug #7169: Attempt to make libGL symbols visible to drivers. 2006-08-14 15:53:37 +00:00
mesa gcc-4.1.1 compile fix 2006-08-12 13:31:15 +00:00
descrip.mms Committing in . 2003-06-17 07:20:22 +00:00
Makefile LIB_DIR is now just 'lib' or 'lib64' 2006-07-13 02:50:27 +00:00