Age | Commit message (Expand) | Author |
2007-01-05 | Add reporting of damage by DRI drivers when the extension support is available. | Eric Anholt |
2006-11-01 | merge the (rest of) texmem branch | Keith Whitwell |
2006-10-11 | Fix bug #4681. | Ian Romanick |
2006-08-16 | When available, which is most of the time, use posix_memalign to implement | Ian Romanick |
2006-08-10 | linux-indirect target fixes. | Adam Jackson |
2006-08-09 | Add Intel i965G/Q DRI driver. | Eric Anholt |
2006-05-06 | restore -O flag (bug 6814) | Brian Paul |
2006-04-06 | minor CFLAGS reordering | Brian Paul |
2006-03-30 | Style fix, drop the explicit -ldrm from the link line. | Adam Jackson |
2006-01-26 | remove i830 | Alan Hourihane |
2006-01-18 | Search for makedepend in the PATH rather than hardcoding /usr/X11R6/bin | Adam Jackson |
2005-10-28 | don't use -Wmissing-prototypes for C++ code | Brian Paul |
2005-09-06 | added -Wmissing-prototypes to WARN_FLAGS | Brian Paul |
2005-08-19 | Convert libGL and DRI drivers to require libdrm. | Adam Jackson |
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 | Enable EGL support in 'linux-dri' config | Jon Smirl |
2005-07-29 | Add a new config called linux-indirect. This build the GLX libGL just like | Ian Romanick |
2005-07-24 | All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allows | Ian Romanick |
2005-07-20 | Connect the r300 bits up to the build. | Eric Anholt |
2005-07-18 | re-enable the ffb driver | Alan Hourihane |
2005-07-02 | Massive refactor of (most of) the Linux config files. This reduces | Ian Romanick |
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 |
2004-12-27 | Build s3v and trident by default too. | Adam Jackson |
2004-12-09 | Get linux-solo dependencies building correctly, | Keith Whitwell |
2004-12-08 | Improve the behaviour of the build system wrt depend files. | Keith Whitwell |
2004-10-29 | libGL needs libXxf86vm.a. | Adam Jackson |
2004-10-25 | Add glx/x11 to the DRI configs, and change the Solo configs to build glx/mini. | Adam Jackson |
2004-10-25 | Add DRI_LIB_DEPS for the DRI drivers to link against. Remove expat from the | Adam Jackson |
2004-10-07 | Add Roland Scheidegger's S3TC patch. This patch does not implement the | Eric Anholt |
2004-09-25 | Add sis to the list of DRI drivers, since it had already been converted to the | Eric Anholt |
2004-09-25 | Refactor the linux-dri config files so that linux-dri-x86 inherits from | Eric Anholt |
2004-09-13 | Replace -lGL with -l$(GL_LIB), etc. | Brian Paul |
2004-08-22 | Converted the Savage driver to the new DRI interface and enabled compilation | Felix Kuehling |
2004-07-20 | remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by default | Brian Paul |
2004-06-12 | add i915 as it seems to build okay.. | Dave Airlie |
2004-06-06 | Remove drivers that have not been converted to the new interface from | Ian Romanick |
2004-06-02 | DRI_NEW_INTERFACE_ONLY is now the only support way to build in the | Ian Romanick |
2004-05-04 | use X86 sources in X86 build, use none in other | Dave Airlie |
2004-05-03 | DRM_SOURCE_PATH is in default | Dave Airlie |
2004-04-30 | Define GLX_DIRECT_RENDERING in Makefile.template | Keith Whitwell |
2004-04-29 | Allow *_dri.so to build in Mesa tree with the 'linux-dri' target. | Keith Whitwell |
2004-04-14 | First attempt at building a dri module in this tree | Keith Whitwell |