Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Remove -C flags for install which aren't universally supported. | Keith Whitwell | 2005-01-07 | 1 | -2/+2 |
| | |||||
* | Improve the semantics of the 'install' target to make sure the right | Keith Whitwell | 2005-01-07 | 1 | -3/+10 |
| | | | | | | file is really being installed. Useful if you have multiple versions of a single driver directory hanging around and want to switch between them for testing. | ||||
* | Use DRM headers from $(DRM_SOURCE_PATH)/shared-core instead of .../shared. | Felix Kuehling | 2005-01-01 | 1 | -4/+3 |
| | |||||
* | Get linux-solo dependencies building correctly, | Keith Whitwell | 2004-12-09 | 1 | -1/+1 |
| | | | | Make sure symlinks are built in driver directories before running makedepend. | ||||
* | 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. | ||||
* | Bug #1679: Link DRI drivers against DRI_LIB_DEPS, not GL_LIB_DEPS. | Adam Jackson | 2004-10-25 | 1 | -1/+1 |
| | |||||
* | make clean should remove depend.bak too (Sérgio Moneiro Basto) | Brian Paul | 2004-10-04 | 1 | -1/+2 |
| | |||||
* | Converted the Savage driver to the new DRI interface and enabled compilation | Felix Kuehling | 2004-08-22 | 1 | -0/+1 |
| | | | | in the Mesa tree. | ||||
* | This should make most linux-solo drivers work again. Mainly a fix | Jon Smirl | 2004-06-29 | 1 | -4/+2 |
| | | | | | for changing SAREA size form DRM_PAGE_SIZE to SAREA_MAX. fb driver is still broken. | ||||
* | Mesa-solo builds with these changes. There are still more fixups needed to | Jon Smirl | 2004-06-26 | 1 | -0/+1 |
| | | | | | get individual drivers working again. This converts miniglx to the new dri interface. Thanks to Erdi Chen for the new interface code. | ||||
* | remove depend on clean | Dave Airlie | 2004-06-09 | 1 | -1/+1 |
| | |||||
* | Missed in last commit: | Eric Anholt | 2004-06-01 | 1 | -1/+1 |
| | | | | | | | Build fixing for FreeBSD. GNU make is installed as gmake, so make a MAKE 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". | ||||
* | the config is included by the Makefiles that includes this file... | Dave Airlie | 2004-05-03 | 1 | -2/+0 |
| | |||||
* | Define GLX_DIRECT_RENDERING in Makefile.template | Keith Whitwell | 2004-04-30 | 1 | -0/+4 |
| | |||||
* | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | 2004-04-29 | 1 | -4/+7 |
| | |||||
* | add drm source dir for solo includes | Dave Airlie | 2004-04-15 | 1 | -0/+1 |
| | |||||
* | Link against GL_LIB_DEPS | Keith Whitwell | 2004-04-14 | 1 | -2/+2 |
| | |||||
* | First attempt at building a dri module in this tree | Keith Whitwell | 2004-04-14 | 1 | -0/+94 |
-- make target is linux-dri -- will attempt to build i830_dri.so The object builds but hasn't been tested. |