summaryrefslogtreecommitdiffstats
path: root/src/glx/x11/dri_glx.h
Commit message (Collapse)AuthorAgeFilesLines
* Abstract __DRIdisplayPrivateRec away in dri_glx.c.Kristian Høgsberg2008-03-081-56/+0
| | | | | | | | This patch moves __DRIdisplayPrivateRec definition into dri_glx.c and let's dri_glx.c allocate the __DRIdisplay struct pointer to from __GLXdisplayPrivate. A small step towards moving more of the dri functionality into dri_glx.c.
* Simplify dri loading code by eliminating dlopen "cache".Kristian Høgsberg2008-03-081-5/+0
| | | | | | | 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.
* Import the GLX client side library, formerly from xc/lib/GL/glx. Build itAdam Jackson2004-10-251-0/+61
by adding 'glx/x11' to SRC_DIRS in your build config.