Age | Commit message (Collapse) | Author | |
---|---|---|---|
2004-06-06 | Remove the rest of the need for glxclient.h and remove it from the tree. | Ian Romanick | |
2004-06-02 | Removed need for sarea.h, various touch ups to get rid of type mismatches. | Jon Smirl | |
2004-06-02 | Re-import from DRI tree. | Ian Romanick | |
2004-06-02 | XF86DRIDestroyContext, XF86DRICreateDrawable, and | Ian Romanick | |
XF86DRIDestroyDrawable are all called directly from DRI drivers using the new interface. Therefore, prototypes, using available datatypes, must be available in dri_interface.h. Since the prototypes are available there, xf86dri.h is no longer needed for DRI_NEW_INTERFACE_ONLY builds. | |||
2004-06-01 | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | |
variable (defaults to "make") and use that. Use the MKDEP and MKDEP_OPTIONS more. Our shell isn't bash, so change the instances of ">& /dev/null" to a more compatible "> /dev/null 2>&1". | |||
2004-05-31 | Use MKDEP make variables instead of hard-coding. | Eric Anholt | |
2004-05-27 | Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common. | Ian Romanick | |
2004-05-03 | remove this use the one from the DRM | Dave Airlie | |
2004-05-03 | fix up build for solo/dri | Dave Airlie | |
2004-04-29 | Remove several files that are only used in the XFree86 / Xorg libGL.so. | Ian Romanick | |
They are *not* linked into the *_dri.so drivers. | |||
2004-04-29 | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | |
2004-04-14 | First pass at support for building DRI drivers in mesa tree. | Keith Whitwell | |