Age | Commit message (Collapse) | Author | |
---|---|---|---|
2007-10-14 | Drop include "dri_interface.h" from xf86dri.h | George Sapountzis | |
Thanks to dri2, xf86dri no longer uses __DRI types. | |||
2007-10-10 | Drop mostly unused __DRIid typedef. | Kristian Høgsberg | |
2007-10-10 | Drop __DRInativeDisplay and pass in __DRIscreen pointers instead. | Kristian Høgsberg | |
Many DRI entry points took a __DRInativeDisplay pointer and a screen index as arguments. The only use for the native display pointer was to pass it back to the loader when looking up the __DRIscreen for the given screen index. Instead, let's just pass in the __DRIscreen pointer directly, which let's drop the __DRInativeDisplay type and the getScreen function. The assumption is now that the loader will be able to retrieve context from the __DRIscreen pointer when necessary. | |||
2004-10-25 | Import the GLX client side library, formerly from xc/lib/GL/glx. Build it | Adam Jackson | |
by adding 'glx/x11' to SRC_DIRS in your build config. |