Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add a new config called linux-indirect. This build the GLX libGL just like | Ian Romanick | 2005-07-29 | 1 | -1/+2 |
| | | | | | | linux-dri, but it disables support for direct-rendering in it. This config mainly exists so that I can verify that changes to libGL haven't broken builds on non-DRI platforms. | ||||
* | No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE. | Ian Romanick | 2005-07-26 | 1 | -1/+1 |
| | | | | | A couple other remnants of the old interfaces hit the dust too. Thanks Jon. :) | ||||
* | Connect the r300 bits up to the build. | Eric Anholt | 2005-07-20 | 1 | -1/+1 |
| | |||||
* | Add some missing defines, copied from linux-dri. | Eric Anholt | 2005-07-20 | 1 | -1/+1 |
| | |||||
* | Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making an | Eric Anholt | 2005-05-28 | 1 | -2/+4 |
| | | | | | EXPAT_INCLUDES config variable (set on FreeBSD) which is then used in Makefile.template's INCLUDES. | ||||
* | Don't forget to -L/usr/local/lib to grab expat. | Eric Anholt | 2005-02-14 | 1 | -1/+1 |
| | |||||
* | Get linux-solo dependencies building correctly, | Keith Whitwell | 2004-12-09 | 1 | -2/+3 |
| | | | | 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 | -1/+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. | ||||
* | Add FreeBSD DRI build targets. Doesn't build at the moment, due to the same | Eric Anholt | 2004-10-28 | 1 | -0/+39 |
problems as Linux. |