Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Abstract __DRIdisplayPrivateRec away in dri_glx.c. | Kristian Høgsberg | 2008-03-08 | 1 | -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øgsberg | 2008-03-08 | 1 | -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 it | Adam Jackson | 2004-10-25 | 1 | -0/+61 |
by adding 'glx/x11' to SRC_DIRS in your build config. |