| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | make egl build first so we don't get wierd drivers linking to libs not available | Dave Airlie | 2005-05-26 | 1 | -1/+1 |
* | make linux-solo and linux-solo-x86 config files hierarchical | Dave Airlie | 2005-05-26 | 2 | -29/+21 |
* | remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from CXXFLAGS | Brian Paul | 2005-05-16 | 3 | -3/+3 |
* | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | 2005-05-13 | 1 | -4/+4 |
* | added linux-x86-xcb config (Jeremy Kolb) | Brian Paul | 2005-05-07 | 1 | -0/+24 |
* | x86-64 transform optimizations (Mikko T.) | Brian Paul | 2005-05-07 | 2 | -3/+31 |
* | added a comment | Brian Paul | 2005-05-05 | 1 | -0/+1 |
* | add PROGRAM_DIRS line | Brian Paul | 2005-05-05 | 1 | -1/+2 |
* | Improve the DRI fb driver, now it compiles. | Jon Smirl | 2005-05-01 | 1 | -1/+1 |
* | new config | Keith Whitwell | 2005-04-29 | 1 | -0/+9 |
* | Minor changes to make linux-solo build again | Jon Smirl | 2005-04-25 | 1 | -3/+0 |
* | config for profiling with gprof | Brian Paul | 2005-04-15 | 1 | -0/+29 |
* | Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all | Ian Romanick | 2005-04-13 | 1 | -0/+2 |
* | Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This is | Ian Romanick | 2005-04-06 | 2 | -39/+19 |
* | use $(*_LIB) in the *_LIB_NAME definitions | Brian Paul | 2005-03-23 | 1 | -5/+5 |
* | Add DRM_USE_MALLOC flag | Keith Whitwell | 2005-03-22 | 3 | -3/+3 |
* | Added linux-x86-32 config to force building 32-bit objects in a 64-bit enviro... | Brian Paul | 2005-03-03 | 1 | -0/+13 |
* | Change another usage of __AMD64__ to the standard __amd64__, and remove | Eric Anholt | 2005-02-14 | 3 | -5/+5 |
* | Don't forget to -L/usr/local/lib to grab expat. | Eric Anholt | 2005-02-14 | 1 | -1/+1 |
* | add -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures are enabled for solo | Dave Airlie | 2005-01-13 | 2 | -2/+2 |
* | DirectFB driver (Claudio Ciccani) | Brian Paul | 2005-01-03 | 1 | -0/+29 |
* | Build s3v and trident by default too. | Adam Jackson | 2004-12-27 | 1 | -3/+2 |
* | Get linux-solo dependencies building correctly, | Keith Whitwell | 2004-12-09 | 5 | -11/+16 |
* | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | 2004-12-08 | 4 | -13/+21 |
* | remove -Wmissing-prototypes from g++ flags, per gcc 3.4 | Brian Paul | 2004-11-27 | 2 | -2/+2 |