Simplify dri loading code by eliminating dlopen "cache".
authorKristian Høgsberg <krh@redhat.com>
Fri, 7 Mar 2008 06:37:08 +0000 (01:37 -0500)
committerKristian Høgsberg <krh@redhat.com>
Sat, 8 Mar 2008 21:19:39 +0000 (16:19 -0500)
commit0f2723cacbaf9b27ecb8d13581f4b72ff86dd911
tree38abc6f5fd165fc49650a69e4d783ff0e7f2ad9f
parent890d44e54f2c800f066f59eb074ad09e14d54483
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.
src/glx/x11/dri_glx.c
src/glx/x11/dri_glx.h
src/glx/x11/glxclient.h
src/glx/x11/glxext.c