Fix bug #4681.
[mesa.git] / configs / linux-dri
2006-10-11 Ian RomanickFix bug #4681.
2006-08-16 Ian RomanickWhen available, which is most of the time, use posix_me...
2006-08-10 Adam Jacksonlinux-indirect target fixes.
2006-08-09 Eric AnholtAdd Intel i965G/Q DRI driver.
2006-05-06 Brian Paulrestore -O flag (bug 6814)
2006-04-06 Brian Paulminor CFLAGS reordering
2006-03-30 Adam JacksonStyle fix, drop the explicit -ldrm from the link line.
2006-01-26 Alan Hourihaneremove i830
2006-01-18 Adam JacksonSearch for makedepend in the PATH rather than hardcodin...
2005-10-28 Brian Pauldon't use -Wmissing-prototypes for C++ code
2005-09-06 Brian Pauladded -Wmissing-prototypes to WARN_FLAGS
2005-08-19 Adam JacksonConvert libGL and DRI drivers to require libdrm.
2005-08-15 Ian RomanickPut back '-I/usr/X11R6/include'.
2005-08-11 Ian RomanickRemove the logic that determines at compile time whethe...
2005-08-11 Ian RomanickDon't link with libGL, libEGL, or libEGLdri. On EGL...
2005-08-11 Ian RomanickSince Brian's recent commit, "-I/usr/X11R6/include...
2005-08-08 Eric AnholtDike out the linux-specific EGL bits unless it's a...
2005-08-07 Jon SmirlEnable EGL support in 'linux-dri' config
2005-07-29 Ian RomanickAdd a new config called linux-indirect. This build...
2005-07-24 Ian RomanickAll elements of pre-DRI_NEW_INTERFACE_ONLY are removed...
2005-07-20 Eric AnholtConnect the r300 bits up to the build.
2005-07-18 Alan Hourihanere-enable the ffb driver
2005-07-02 Ian RomanickMassive refactor of (most of) the Linux config files...
2005-04-13 Ian RomanickAdd TLS support to libGL and, by virtue of using glthre...
2005-04-06 Ian RomanickMake linux-dri-x86-64 more like linux-dri-x86. Add...
2004-12-27 Adam JacksonBuild s3v and trident by default too.
2004-12-09 Keith WhitwellGet linux-solo dependencies building correctly,
2004-12-08 Keith WhitwellImprove the behaviour of the build system wrt depend...
2004-10-29 Adam JacksonlibGL needs libXxf86vm.a.
2004-10-25 Adam JacksonAdd glx/x11 to the DRI configs, and change the Solo...
2004-10-25 Adam JacksonAdd DRI_LIB_DEPS for the DRI drivers to link against...
2004-10-07 Eric AnholtAdd Roland Scheidegger's S3TC patch. This patch does...
2004-09-25 Eric AnholtAdd sis to the list of DRI drivers, since it had alread...
2004-09-25 Eric AnholtRefactor the linux-dri config files so that linux-dri...
2004-09-13 Brian PaulReplace -lGL with -l$(GL_LIB), etc.
2004-08-22 Felix KuehlingConverted the Savage driver to the new DRI interface...
2004-07-20 Brian Paulremove -lXm (motif) from GLW_LIB_DEPS since it's not...
2004-06-12 Dave Airlieadd i915 as it seems to build okay..
2004-06-06 Ian RomanickRemove drivers that have not been converted to the...
2004-06-02 Ian RomanickDRI_NEW_INTERFACE_ONLY is now the only support way...
2004-05-04 Dave Airlieuse X86 sources in X86 build, use none in other
2004-05-03 Dave AirlieDRM_SOURCE_PATH is in default
2004-04-30 Keith WhitwellDefine GLX_DIRECT_RENDERING in Makefile.template
2004-04-29 Keith WhitwellAllow *_dri.so to build in Mesa tree with the 'linux...
2004-04-14 Keith WhitwellFirst attempt at building a dri module in this tree