Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | use the files from the drm tree/package | Brian Paul | 2005-11-29 | 6 | -4167/+0 |
| | |||||
* | use shared-core instead of shared | Dave Airlie | 2005-05-26 | 1 | -1/+1 |
| | |||||
* | Remove test for defined(DRM_USE_MALLOC) around definition of | Keith Whitwell | 2005-03-22 | 1 | -3/+1 |
| | | | | drmSIGIOHandler(). | ||||
* | Change another usage of __AMD64__ to the standard __amd64__, and remove | Eric Anholt | 2005-02-14 | 1 | -1/+1 |
| | | | | | __AMD64__ from the linux configs so it won't creep back in as easily. Fixes hang on FreeBSD on the first lock grab. | ||||
* | Expand out the N(x) macro so that tags can find functions like | Keith Whitwell | 2005-01-12 | 3 | -85/+79 |
| | | | | drmHashFirst(), etc. | ||||
* | Add a noop install target | Keith Whitwell | 2005-01-07 | 1 | -0/+2 |
| | |||||
* | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | 2004-12-08 | 1 | -2/+2 |
| | | | | | | | | - Remove the -Y option for makedepend, so that the standard directories are searched - No longer pipe the multiple errors that the -Y option caused into /dev/null -- we want to know about these failures. - Fix up a few other misc makedepend failures. | ||||
* | make clean should remove depend.bak too (Sérgio Moneiro Basto) | Brian Paul | 2004-10-04 | 1 | -1/+1 |
| | |||||
* | Remove the rest of the need for glxclient.h and remove it from the tree. | Ian Romanick | 2004-06-06 | 1 | -817/+0 |
| | |||||
* | Removed need for sarea.h, various touch ups to get rid of type mismatches. | Jon Smirl | 2004-06-02 | 1 | -94/+0 |
| | |||||
* | Re-import from DRI tree. | Ian Romanick | 2004-06-02 | 3 | -77/+76 |
| | |||||
* | XF86DRIDestroyContext, XF86DRICreateDrawable, and | Ian Romanick | 2004-06-02 | 1 | -213/+0 |
| | | | | | | | | 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. | ||||
* | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE | Eric Anholt | 2004-06-01 | 1 | -1/+1 |
| | | | | | | 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". | ||||
* | Use MKDEP make variables instead of hard-coding. | Eric Anholt | 2004-05-31 | 1 | -1/+1 |
| | |||||
* | Move dri_util.[ch] and glcontextmodes.[ch] from dri_client to common. | Ian Romanick | 2004-05-27 | 5 | -2776/+0 |
| | |||||
* | remove this use the one from the DRM | Dave Airlie | 2004-05-03 | 1 | -680/+0 |
| | |||||
* | fix up build for solo/dri | Dave Airlie | 2004-05-03 | 4 | -17/+10 |
| | |||||
* | Remove several files that are only used in the XFree86 / Xorg libGL.so. | Ian Romanick | 2004-04-29 | 5 | -1515/+0 |
| | | | | They are *not* linked into the *_dri.so drivers. | ||||
* | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | 2004-04-29 | 5 | -400/+130 |
| | |||||
* | First pass at support for building DRI drivers in mesa tree. | Keith Whitwell | 2004-04-14 | 18 | -0/+10546 |