| Commit message (Expand) | Author | Age | Files | Lines |
* | When available, which is most of the time, use posix_memalign to implement | Ian Romanick | 2006-08-16 | 1 | -1/+1 |
* | linux-indirect target fixes. | Adam Jackson | 2006-08-10 | 1 | -0/+1 |
* | Add Intel i965G/Q DRI driver. | Eric Anholt | 2006-08-09 | 1 | -1/+1 |
* | restore -O flag (bug 6814) | Brian Paul | 2006-05-06 | 1 | -1/+1 |
* | minor CFLAGS reordering | Brian Paul | 2006-04-06 | 1 | -2/+2 |
* | Style fix, drop the explicit -ldrm from the link line. | Adam Jackson | 2006-03-30 | 1 | -1/+1 |
* | remove i830 | Alan Hourihane | 2006-01-26 | 1 | -1/+1 |
* | Search for makedepend in the PATH rather than hardcoding /usr/X11R6/bin | Adam Jackson | 2006-01-18 | 1 | -1/+1 |
* | don't use -Wmissing-prototypes for C++ code | Brian Paul | 2005-10-28 | 1 | -4/+3 |
* | added -Wmissing-prototypes to WARN_FLAGS | Brian Paul | 2005-09-06 | 1 | -2/+2 |
* | Convert libGL and DRI drivers to require libdrm. | Adam Jackson | 2005-08-19 | 1 | -3/+5 |
* | Put back '-I/usr/X11R6/include'. | Ian Romanick | 2005-08-15 | 1 | -2/+15 |
* | Remove the logic that determines at compile time whether or not HAVE_ALIAS | Ian Romanick | 2005-08-11 | 1 | -1/+1 |
* | 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 | 1 | -2/+0 |
* | Dike out the linux-specific EGL bits unless it's a linux build. | Eric Anholt | 2005-08-08 | 1 | -0/+1 |
* | Enable EGL support in 'linux-dri' config | Jon Smirl | 2005-08-07 | 1 | -3/+3 |
* | Add a new config called linux-indirect. This build the GLX libGL just like | Ian Romanick | 2005-07-29 | 1 | -1/+2 |
* | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick | 2005-07-24 | 1 | -1/+1 |
* | Connect the r300 bits up to the build. | Eric Anholt | 2005-07-20 | 1 | -1/+1 |
* | re-enable the ffb driver | Alan Hourihane | 2005-07-18 | 1 | -2/+2 |
* | Massive refactor of (most of) the Linux config files. This reduces | Ian Romanick | 2005-07-02 | 1 | -2/+0 |
* | 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 | 1 | -12/+12 |
* | 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 | 1 | -0/+4 |
* | Improve the behaviour of the build system wrt depend files. | Keith Whitwell | 2004-12-08 | 1 | -9/+13 |
* | 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 |
* | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt | 2004-10-07 | 1 | -0/+1 |
* | Add sis to the list of DRI drivers, since it had already been converted to the | Eric Anholt | 2004-09-25 | 1 | -4/+4 |
* | Refactor the linux-dri config files so that linux-dri-x86 inherits from | Eric Anholt | 2004-09-25 | 1 | -5/+12 |
* | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul | 2004-09-13 | 1 | -2/+2 |
* | Converted the Savage driver to the new DRI interface and enabled compilation | Felix Kuehling | 2004-08-22 | 1 | -2/+2 |
* | 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/+3 |
* | DRI_NEW_INTERFACE_ONLY is now the only support way to build in the | Ian Romanick | 2004-06-02 | 1 | -2/+2 |
* | use X86 sources in X86 build, use none in other | Dave Airlie | 2004-05-04 | 1 | -1/+1 |
* | DRM_SOURCE_PATH is in default | Dave Airlie | 2004-05-03 | 1 | -4/+0 |
* | Define GLX_DIRECT_RENDERING in Makefile.template | Keith Whitwell | 2004-04-30 | 1 | -1/+1 |
* | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell | 2004-04-29 | 1 | -2/+8 |
* | First attempt at building a dri module in this tree | Keith Whitwell | 2004-04-14 | 1 | -0/+34 |