Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | LIB_DIR is now just 'lib' or 'lib64' | Brian Paul | 2006-07-13 | 1 | -1/+1 |
| | | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck. | ||||
* | remove i830 | Alan Hourihane | 2006-01-26 | 1 | -1/+1 |
| | |||||
* | use ASM_API variable, bug 4415 | Brian Paul | 2005-09-12 | 1 | -1/+2 |
| | |||||
* | Convert libGL and DRI drivers to require libdrm. | Adam Jackson | 2005-08-19 | 1 | -1/+1 |
| | | | | | | libdrm can be had from: http://people.freedesktop.org/~ajax/libdrm/ | ||||
* | Allow R300 driver to build on x86-64 and PowerPC. | Vladimir Dergachev | 2005-08-07 | 1 | -1/+1 |
| | |||||
* | Add support for assembly (static) dispatch functions on x86-64. This | Ian Romanick | 2005-07-02 | 1 | -1/+1 |
| | | | | | | is basically patch #2939 from X.org bugzilla #3379. This does *not* fix the bug as it does not dynamically generate stubs at run-time. It just gets things one step closer. | ||||
* | Massive refactor of (most of) the Linux config files. This reduces | Ian Romanick | 2005-07-02 | 1 | -0/+3 |
| | | | | | the length of each config and brings a lot of much needed uniformity to them. | ||||
* | Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This is | Ian Romanick | 2005-04-06 | 1 | -27/+7 |
| | | | | | | where things like "-m64" or "-m32" should be specified. Using this, a 32-bit DRI build can be done on an x86-64 system by doing 'ARCH_CFLAGS=-m32 make linux-dri-x86'. Minor tweaks to linux-dri to support these changes. | ||||
* | 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. | ||||
* | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | 2004-12-08 | 1 | -2/+5 |
| | | | | | | | | - 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. | ||||
* | libGL needs libXxf86vm.a. | Adam Jackson | 2004-10-29 | 1 | -1/+1 |
| | |||||
* | Add glx/x11 to the DRI configs, and change the Solo configs to build glx/mini. | Adam Jackson | 2004-10-25 | 1 | -1/+1 |
| | |||||
* | Add DRI_LIB_DEPS for the DRI drivers to link against. Remove expat from the | Adam Jackson | 2004-10-25 | 1 | -1/+2 |
| | | | | | link list for libGL itself under DRI configurations, since the XML parsing code is in the drivers themselves. | ||||
* | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul | 2004-09-13 | 1 | -2/+2 |
| | | | | Remove GLU_LIB_DEPS, OSMESA_LIB_DEPS lines if identical to 'default' file. | ||||
* | Converted the Savage driver to the new DRI interface and enabled compilation | Felix Kuehling | 2004-08-22 | 1 | -2/+2 |
| | | | | in the Mesa tree. | ||||
* | remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default | Brian Paul | 2004-07-20 | 1 | -1/+1 |
| | |||||
* | add i915 as it seems to build okay.. | Dave Airlie | 2004-06-12 | 1 | -1/+1 |
| | |||||
* | Remove drivers that have not been converted to the new interface from | Ian Romanick | 2004-06-06 | 1 | -2/+4 |
| | | | | the DRI builds. | ||||
* | DRI_NEW_INTERFACE_ONLY is now the only support way to build in the | Ian Romanick | 2004-06-02 | 1 | -2/+2 |
| | | | | | Mesa tree. If you need a driver that supports the old libGL/DRI inteface, it must be built in the DRI tree. | ||||
* | Define GLX_DIRECT_RENDERING in Makefile.template | Keith Whitwell | 2004-04-30 | 1 | -1/+1 |
| | |||||
* | AMD64 changes from Ronny V. Vindenes. | Keith Whitwell | 2004-04-30 | 1 | -0/+34 |