Age | Commit message (Expand) | Author |
2005-09-13 | Fix libGL build on FreeBSD by respecting ASM_FLAGS. | Eric Anholt |
2005-09-12 | use ASM_API variable, bug 4415 | Brian Paul |
2005-09-06 | added -Wmissing-prototypes to WARN_FLAGS | Brian Paul |
2005-08-29 | fix APP_LIB_DEPS | Brian Paul |
2005-08-23 | update version to 6.5.0 | Brian Paul |
2005-08-19 | Convert libGL and DRI drivers to require libdrm. | Adam Jackson |
2005-08-16 | Bump version to 6.3.2 | Brian Paul |
2005-08-15 | Put back '-I/usr/X11R6/include'. | Ian Romanick |
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 |