Age | Commit message (Expand) | Author |
2005-08-11 | Remove the logic that determines at compile time whether or not HAVE_ALIAS | Ian Romanick |
2005-08-11 | Don't link with libGL, libEGL, or libEGLdri. On EGL setups libGL isn't | Ian Romanick |
2005-08-11 | Since Brian's recent commit, "-I/usr/X11R6/include/X11/extensions" is no | Ian Romanick |
2005-08-08 | Dike out the linux-specific EGL bits unless it's a linux build. | Eric Anholt |
2005-08-07 | Allow R300 driver to build on x86-64 and PowerPC. | Vladimir Dergachev |
2005-08-07 | Enable EGL support in 'linux-dri' config | Jon Smirl |
2005-08-05 | Remove EGL from linux-solo makefile | Jon Smirl |
2005-07-29 | Add a new config called linux-indirect. This build the GLX libGL just like | Ian Romanick |
2005-07-29 | Commit Ian's fixes from Bug 3877 | Jon Smirl |
2005-07-28 | Fix SPARC assembly for 64-bit | Ian Romanick |
2005-07-26 | No, really, get rid of all the remaining references to DRI_USE_NEW_INTERFACE. | Ian Romanick |
2005-07-24 | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick |
2005-07-21 | bump version to 6.3.1 | Brian Paul |
2005-07-20 | Connect the r300 bits up to the build. | Eric Anholt |
2005-07-20 | Add some missing defines, copied from linux-dri. | Eric Anholt |
2005-07-18 | re-enable the ffb driver | Alan Hourihane |
2005-07-15 | redo previous check-in, just set ARCH_FLAGS = -m32 | Brian Paul |
2005-07-15 | define CFLAGS and CXXflags with -m32 (Egbert Eich) | Brian Paul |
2005-07-08 | Restore linux-x86-32 config for Brian. | Ian Romanick |
2005-07-02 | Put default back to the normal DRM path | Jon Smirl |
2005-07-02 | Add support for assembly (static) dispatch functions on x86-64. This | Ian Romanick |
2005-07-02 | linux-x86-32 is unnecessary. The same thing can be acomplished by | Ian Romanick |
2005-07-02 | Massive refactor of (most of) the Linux config files. This reduces | Ian Romanick |
2005-07-02 | Make linux-x86 more like the other linux configs. | Ian Romanick |
2005-07-01 | Move the PYTHON2 and PYTHON_FLAGS assignments to configs/current, and | Brian Paul |
2005-06-30 | fix a few glitches | Brian Paul |
2005-06-07 | added GL libs to APP_LIB_DEPS (bug 3485) | Brian Paul |
2005-06-07 | fix error in OSMESA_LIB_NAME line | Brian Paul |
2005-05-28 | Add a freebsd-dri-amd64 config, and quiet makedepend slightly by making an | Eric Anholt |
2005-05-26 | make egl build first so we don't get wierd drivers linking to libs not available | Dave Airlie |
2005-05-26 | make linux-solo and linux-solo-x86 config files hierarchical | Dave Airlie |
2005-05-16 | remove -ansi -pedantic -D_POSIX_C_SOURCE=199309L from CXXFLAGS | Brian Paul |
2005-05-13 | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl |
2005-05-07 | added linux-x86-xcb config (Jeremy Kolb) | Brian Paul |
2005-05-07 | x86-64 transform optimizations (Mikko T.) | Brian Paul |
2005-05-05 | added a comment | Brian Paul |
2005-05-05 | add PROGRAM_DIRS line | Brian Paul |
2005-05-01 | Improve the DRI fb driver, now it compiles. | Jon Smirl |
2005-04-29 | new config | Keith Whitwell |
2005-04-25 | Minor changes to make linux-solo build again | Jon Smirl |
2005-04-15 | config for profiling with gprof | Brian Paul |
2005-04-13 | Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, all | Ian Romanick |
2005-04-06 | Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This is | Ian Romanick |
2005-03-23 | use $(*_LIB) in the *_LIB_NAME definitions | Brian Paul |
2005-03-22 | Add DRM_USE_MALLOC flag | Keith Whitwell |
2005-03-03 | Added linux-x86-32 config to force building 32-bit objects in a 64-bit enviro... | Brian Paul |
2005-02-14 | Change another usage of __AMD64__ to the standard __amd64__, and remove | Eric Anholt |
2005-02-14 | Don't forget to -L/usr/local/lib to grab expat. | Eric Anholt |
2005-01-13 | add -DUSE_EXTERNAL_DXTN_LIB=1 so compressed textures are enabled for solo | Dave Airlie |
2005-01-03 | DirectFB driver (Claudio Ciccani) | Brian Paul |