summaryrefslogtreecommitdiff
path: root/configs/linux-dri
AgeCommit message (Expand)Author
2008-07-13EGL: Only build EGL dri based drivers under linux-dri based configsJakob Bornecrantz
2008-07-11build egl subdirsBrian Paul
2008-06-08mesa: Do not compile the dri drivers in mesaJakob Bornecrantz
2008-06-06gallium: Only build intel_drm for linux-dri targetsJakob Bornecrantz
2008-06-05build egl_xlib/ too (softpipe_egl.so library)Brian Paul
2008-06-04Build with -O2Alan Hourihane
2008-05-23egl: Don't build EGL programs eitherJakob Bornecrantz
2008-05-23egl: Stoped compiling EGL completelyJakob Bornecrantz
2008-05-23mesa: On second thought lets not build the driverJakob Bornecrantz
2008-05-22disable egl by defaultZack Rusin
2008-05-14mesa: Made linux-dri targets build EGLJakob Bornecrantz
2008-02-19Simplify makefile boilerplate code.José Fonseca
2008-02-18Build glx/x11.José Fonseca
2008-02-18Code reorganization: split gallium and mesa makefiles.José Fonseca
2008-02-15Code reorganization: update build.José Fonseca
2007-10-25Expand pkg-config flags before invoking the compiler.José Fonseca
2007-08-08Rename drivers/dri/i915pipe --> drivers/dri/intel_winsys.Keith Whitwell
2007-07-31Build the "pipe" version of the i915tex driver.Keith Whitwell
2007-06-20Only build i915texKeith Whitwell
2007-05-05nouveau: disable nouveau build by defaultDave Airlie
2007-02-26Overhaul of error handling.Brian
2007-01-05Add reporting of damage by DRI drivers when the extension support is available.Eric Anholt
2006-11-01merge the (rest of) texmem branchKeith Whitwell
2006-10-11Fix bug #4681.Ian Romanick
2006-08-16When available, which is most of the time, use posix_memalign to implementIan Romanick
2006-08-10linux-indirect target fixes.Adam Jackson
2006-08-09Add Intel i965G/Q DRI driver.Eric Anholt
2006-05-06restore -O flag (bug 6814)Brian Paul
2006-04-06minor CFLAGS reorderingBrian Paul
2006-03-30Style fix, drop the explicit -ldrm from the link line.Adam Jackson
2006-01-26remove i830Alan Hourihane
2006-01-18Search for makedepend in the PATH rather than hardcoding /usr/X11R6/binAdam Jackson
2005-10-28don't use -Wmissing-prototypes for C++ codeBrian Paul
2005-09-06added -Wmissing-prototypes to WARN_FLAGSBrian Paul
2005-08-19Convert libGL and DRI drivers to require libdrm.Adam Jackson
2005-08-15Put back '-I/usr/X11R6/include'.Ian Romanick
2005-08-11Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick
2005-08-11Don't link with libGL, libEGL, or libEGLdri. On EGL setups libGL isn'tIan Romanick
2005-08-11Since Brian's recent commit, "-I/usr/X11R6/include/X11/extensions" is noIan Romanick
2005-08-08Dike out the linux-specific EGL bits unless it's a linux build.Eric Anholt
2005-08-07Enable EGL support in 'linux-dri' configJon Smirl
2005-07-29Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick
2005-07-24All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick
2005-07-20Connect the r300 bits up to the build.Eric Anholt
2005-07-18re-enable the ffb driverAlan Hourihane
2005-07-02Massive refactor of (most of) the Linux config files. This reducesIan Romanick
2005-04-13Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick
2005-04-06Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This isIan Romanick
2004-12-27Build s3v and trident by default too.Adam Jackson
2004-12-09Get linux-solo dependencies building correctly,Keith Whitwell