src/glx/x11/Makefile | 17 + src/glx/x11/dri_glx.c | 657 ++++++++++++++++++++++++++++++++---------------- src/glx/x11/dri_glx.h | 5 src/glx/x11/gl.pc.in | 11 src/glx/x11/glxclient.h | 24 - src/glx/x11/glxext.c | 419 ------------------------------ src/mesa/Makefile | 16 - src/mesa/gl.pc.in | 11 8 files changed, 484 insertions(+), 676 deletions(-)
commit diffs at http://gitweb.freedesktop.org/?p=mesa/mesa.git;a=summary New commits: commit 47d563006de646b039c456ffc8379ca8ded3d5a5 Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Sat Mar 8 17:19:39 2008 -0500 Move libGL install target to the libGL Makefile. commit 6fd82f6fbd208dc7b1839ea408a5fb28589ee622 Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Fri Mar 7 01:49:33 2008 -0500 Simplify LIBGL_DRIVERS_PATH walking. commit 0f2723cacbaf9b27ecb8d13581f4b72ff86dd911 Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Fri Mar 7 01:37:08 2008 -0500 Simplify dri loading code by eliminating dlopen "cache". No need to jump through hoops to track __DRIdrivers and avoid dlopening the same .so more than twice, dlopen() does this internally. Besides, we were already bypassing this and dlopening drivers for each screen, whether or not they were already dlopened. commit 890d44e54f2c800f066f59eb074ad09e14d54483 Author: Kristian Høgsberg <[EMAIL PROTECTED]> Date: Fri Mar 7 00:45:54 2008 -0500 libGL: Consolidate DRI initialization in dri_glx.c Move a lot of code over from glx_ext.c.
_______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
