| Commit message (Expand) | Author | Age | Files | Lines |
* | FreeBSD updates (Pedro Giffuni) | Brian Paul | 2006-03-07 | 1 | -6/+15 |
* | Added xcb dri config file. | Jeremy Kolb | 2006-02-19 | 1 | -0/+67 |
* | Remove old linux-x86-xcb (didn't do anything). | Jeremy Kolb | 2006-02-19 | 1 | -25/+0 |
* | fix AIX issues (bug 5874) | Brian Paul | 2006-02-14 | 1 | -1/+1 |
* | remove i830 | Alan Hourihane | 2006-01-26 | 4 | -4/+4 |
* | Search for makedepend in the PATH rather than hardcoding /usr/X11R6/bin | Adam Jackson | 2006-01-18 | 2 | -2/+2 |
* | C++ fixes, mostly casts (Stephane Conversy) | Brian Paul | 2005-12-06 | 1 | -2/+4 |
* | Support for "fragment program to C" and TCC has been removed from the | Ian Romanick | 2005-11-10 | 1 | -22/+0 |
* | remove -DMESA_DEBUG | Brian Paul | 2005-11-10 | 5 | -7/+7 |
* | don't use -Wmissing-prototypes for C++ code | Brian Paul | 2005-10-28 | 2 | -8/+6 |
* | Fix FreeBSD build by building libGL in the order desired, and doing a fix to my | Eric Anholt | 2005-10-22 | 1 | -1/+1 |
* | Attempt to fix libGL on FreeBSD, where the library was being built without any | Eric Anholt | 2005-10-18 | 1 | -1/+1 |
* | MATH_DEBUG changes from bug #4468. | Brian Paul | 2005-10-07 | 3 | -3/+3 |
* | Fix libGL build on FreeBSD by respecting ASM_FLAGS. | Eric Anholt | 2005-09-13 | 2 | -2/+3 |
* | use ASM_API variable, bug 4415 | Brian Paul | 2005-09-12 | 14 | -11/+25 |
* | added -Wmissing-prototypes to WARN_FLAGS | Brian Paul | 2005-09-06 | 2 | -3/+3 |
* | fix APP_LIB_DEPS | Brian Paul | 2005-08-29 | 1 | -2/+1 |
* | update version to 6.5.0 | Brian Paul | 2005-08-23 | 1 | -2/+2 |
* | Convert libGL and DRI drivers to require libdrm. | Adam Jackson | 2005-08-19 | 5 | -9/+12 |
* | Bump version to 6.3.2 | Brian Paul | 2005-08-16 | 1 | -1/+1 |
* | Put back '-I/usr/X11R6/include'. | Ian Romanick | 2005-08-15 | 2 | -2/+17 |
* | Remove the logic that determines at compile time whether or not HAVE_ALIAS | Ian Romanick | 2005-08-11 | 3 | -4/+5 |
* | Don't link with libGL, libEGL, or libEGLdri. On EGL setups libGL isn't | Ian Romanick | 2005-08-11 | 1 | -1/+1 |
* | Since Brian's recent commit, "-I/usr/X11R6/include/X11/extensions" is no | Ian Romanick | 2005-08-11 | 3 | -5/+1 |
* | Dike out the linux-specific EGL bits unless it's a linux build. | Eric Anholt | 2005-08-08 | 1 | -0/+1 |
* | Allow R300 driver to build on x86-64 and PowerPC. | Vladimir Dergachev | 2005-08-07 | 2 | -2/+2 |
* | Enable EGL support in 'linux-dri' config | Jon Smirl | 2005-08-07 | 1 | -3/+3 |
* | Remove EGL from linux-solo makefile | Jon Smirl | 2005-08-05 | 1 | -3/+3 |
* | Add a new config called linux-indirect. This build the GLX libGL just like | Ian Romanick | 2005-07-29 | 3 | -2/+52 |
* | Commit Ian's fixes from Bug 3877 | Jon Smirl | 2005-07-29 | 1 | -1/+1 |
* | Fix SPARC assembly for 64-bit | Ian Romanick | 2005-07-28 | 2 | -13/+41 |
* | No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE. | Ian Romanick | 2005-07-26 | 3 | -29/+8 |
* | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick | 2005-07-24 | 1 | -1/+1 |
* | bump version to 6.3.1 | Brian Paul | 2005-07-21 | 1 | -1/+1 |
* | Connect the r300 bits up to the build. | Eric Anholt | 2005-07-20 | 2 | -2/+2 |
* | Add some missing defines, copied from linux-dri. | Eric Anholt | 2005-07-20 | 1 | -1/+1 |
* | re-enable the ffb driver | Alan Hourihane | 2005-07-18 | 1 | -2/+2 |
* | redo previous check-in, just set ARCH_FLAGS = -m32 | Brian Paul | 2005-07-15 | 1 | -5/+3 |
* | define CFLAGS and CXXflags with -m32 (Egbert Eich) | Brian Paul | 2005-07-15 | 1 | -0/+6 |
* | Restore linux-x86-32 config for Brian. | Ian Romanick | 2005-07-08 | 1 | -0/+7 |
* | Put default back to the normal DRM path | Jon Smirl | 2005-07-02 | 1 | -2/+1 |
* | Add support for assembly (static) dispatch functions on x86-64. This | Ian Romanick | 2005-07-02 | 3 | -2/+3 |
* | linux-x86-32 is unnecessary. The same thing can be acomplished by | Ian Romanick | 2005-07-02 | 1 | -13/+0 |
* | Massive refactor of (most of) the Linux config files. This reduces | Ian Romanick | 2005-07-02 | 14 | -180/+47 |
* | Make linux-x86 more like the other linux configs. | Ian Romanick | 2005-07-02 | 1 | -6/+24 |
* | Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and | Brian Paul | 2005-07-01 | 1 | -1/+6 |
* | fix a few glitches | Brian Paul | 2005-06-30 | 1 | -3/+7 |
* | added GL libs to APP_LIB_DEPS (bug 3485) | Brian Paul | 2005-06-07 | 1 | -1/+1 |
* | fix error in OSMESA_LIB_NAME line | Brian Paul | 2005-06-07 | 1 | -1/+1 |
* | Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making an | Eric Anholt | 2005-05-28 | 2 | -2/+12 |