summaryrefslogtreecommitdiff
path: root/configs/linux-dri
AgeCommit message (Expand)AuthorFilesLines
2008-02-15Code reorganization: update build.José Fonseca1-3/+3
2007-10-31configs: Set -fexceptions for GLUT on linux-dri like other targetsDan Nicholson1-0/+2
2007-10-31Add -fno-strict-aliasing workaround for Linux GCC targetsDan Nicholson1-0/+3
2007-10-29Build xdemos programs by default on linux-driDan Nicholson1-2/+2
2007-10-25Expand pkg-config flags before invoking the compiler.José Fonseca1-2/+2
2007-09-24Move i915tex driver into place as just i915.Eric Anholt1-1/+1
2007-09-24Remove the old i915 driver now that i915tex works without TTM.Eric Anholt1-1/+1
2007-08-08Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.Keith Whitwell1-1/+1
2007-07-31Build the "pipe" version of the i915tex driver.Keith Whitwell1-1/+1
2007-06-20Only build i915texKeith Whitwell1-2/+1
2007-05-05nouveau: disable nouveau build by defaultDave Airlie1-1/+1
2007-02-26Overhaul of error handling.Brian1-1/+1
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt1-1/+2
2006-11-01merge the (rest of) texmem branchKeith Whitwell1-1/+1
2006-10-11Fix bug #4681.Ian Romanick1-1/+2
2006-08-16When available, which is most of the time, use posix_memalign to implementIan Romanick1-1/+1
2006-08-10linux-indirect target fixes.Adam Jackson1-0/+1
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt1-1/+1
2006-05-06restore -O flag (bug 6814)Brian Paul1-1/+1
2006-04-06minor CFLAGS reorderingBrian Paul1-2/+2
2006-03-30Style fix, drop the explicit -ldrm from the link line.Adam Jackson1-1/+1
2006-01-26remove i830Alan Hourihane1-1/+1
2006-01-18Search for makedepend in the PATH rather than hardcoding /usr/X11R6/binAdam Jackson1-1/+1
2005-10-28don't use -Wmissing-prototypes for C++ codeBrian Paul1-4/+3
2005-09-06added -Wmissing-prototypes to WARN_FLAGSBrian Paul1-2/+2
2005-08-19Convert libGL and DRI drivers to require libdrm.Adam Jackson1-3/+5
2005-08-15Put back '-I/usr/X11R6/include'.Ian Romanick1-2/+15
2005-08-11Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick1-1/+1
2005-08-11Don't link with libGL, libEGL, or libEGLdri. On EGL setups libGL isn'tIan Romanick1-1/+1
2005-08-11Since Brian's recent commit, "-I/usr/X11R6/include/X11/extensions" is noIan Romanick1-2/+0
2005-08-08Dike out the linux-specific EGL bits unless it's a linux build.Eric Anholt1-0/+1
2005-08-07Enable EGL support in 'linux-dri' configJon Smirl1-3/+3
2005-07-29Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick1-1/+2
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick1-1/+1
2005-07-20Connect the r300 bits up to the build.Eric Anholt1-1/+1
2005-07-18re-enable the ffb driverAlan Hourihane1-2/+2
2005-07-02Massive refactor of (most of) the Linux config files. This reducesIan Romanick1-2/+0
2005-04-13Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick1-0/+2
2005-04-06Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This isIan Romanick1-12/+12
2004-12-27Build s3v and trident by default too.Adam Jackson1-3/+2
2004-12-09Get linux-solo dependencies building correctly,Keith Whitwell1-0/+4
2004-12-08Improve the behaviour of the build system wrt depend files.Keith Whitwell1-9/+13
2004-10-29libGL needs libXxf86vm.a.Adam Jackson1-1/+1
2004-10-25Add glx/x11 to the DRI configs, and change the Solo configs to build glx/mini.Adam Jackson1-1/+1
2004-10-25Add DRI_LIB_DEPS for the DRI drivers to link against. Remove expat from theAdam Jackson1-1/+2
2004-10-07Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt1-0/+1
2004-09-25Add sis to the list of DRI drivers, since it had already been converted to theEric Anholt1-4/+4
2004-09-25Refactor the linux-dri config files so that linux-dri-x86 inherits fromEric Anholt1-5/+12
2004-09-13Replace -lGL with -l$(GL_LIB), etc.Brian Paul1-2/+2
2004-08-22Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling1-2/+2