summaryrefslogtreecommitdiffstats
path: root/configs/linux-dri
Commit message (Expand)AuthorAgeFilesLines
...
* Search for makedepend in the PATH rather than hardcoding /usr/X11R6/binAdam Jackson2006-01-181-1/+1
* don't use -Wmissing-prototypes for C++ codeBrian Paul2005-10-281-4/+3
* added -Wmissing-prototypes to WARN_FLAGSBrian Paul2005-09-061-2/+2
* Convert libGL and DRI drivers to require libdrm.Adam Jackson2005-08-191-3/+5
* Put back '-I/usr/X11R6/include'.Ian Romanick2005-08-151-2/+15
* Remove the logic that determines at compile time whether or not HAVE_ALIASIan Romanick2005-08-111-1/+1
* Don't link with libGL, libEGL, or libEGLdri. On EGL setups libGL isn'tIan Romanick2005-08-111-1/+1
* Since Brian's recent commit, "-I/usr/X11R6/include/X11/extensions" is noIan Romanick2005-08-111-2/+0
* Dike out the linux-specific EGL bits unless it's a linux build.Eric Anholt2005-08-081-0/+1
* Enable EGL support in 'linux-dri' configJon Smirl2005-08-071-3/+3
* Add a new config called linux-indirect. This build the GLX libGL just likeIan Romanick2005-07-291-1/+2
* All elements of pre-DRI_NEW_INTERFACE_ONLY are removed. This allowsIan Romanick2005-07-241-1/+1
* Connect the r300 bits up to the build.Eric Anholt2005-07-201-1/+1
* re-enable the ffb driverAlan Hourihane2005-07-181-2/+2
* Massive refactor of (most of) the Linux config files. This reducesIan Romanick2005-07-021-2/+0
* Add TLS support to libGL and, by virtue of using glthread.h and GL_CALL, allIan Romanick2005-04-131-0/+2
* Make linux-dri-x86-64 more like linux-dri-x86. Add ARCH_FLAGS. This isIan Romanick2005-04-061-12/+12
* Build s3v and trident by default too.Adam Jackson2004-12-271-3/+2
* Get linux-solo dependencies building correctly,Keith Whitwell2004-12-091-0/+4
* Improve the behaviour of the build system wrt depend files.Keith Whitwell2004-12-081-9/+13
* libGL needs libXxf86vm.a.Adam Jackson2004-10-291-1/+1
* Add glx/x11 to the DRI configs, and change the Solo configs to build glx/mini.Adam Jackson2004-10-251-1/+1
* Add DRI_LIB_DEPS for the DRI drivers to link against. Remove expat from theAdam Jackson2004-10-251-1/+2
* Add Roland Scheidegger's S3TC patch. This patch does not implement theEric Anholt2004-10-071-0/+1
* Add sis to the list of DRI drivers, since it had already been converted to theEric Anholt2004-09-251-4/+4
* Refactor the linux-dri config files so that linux-dri-x86 inherits fromEric Anholt2004-09-251-5/+12
* Replace -lGL with -l$(GL_LIB), etc.Brian Paul2004-09-131-2/+2
* Converted the Savage driver to the new DRI interface and enabled compilationFelix Kuehling2004-08-221-2/+2
* remove -lXm (motif) from GLW_LIB_DEPS since it's not needed by defaultBrian Paul2004-07-201-1/+1
* add i915 as it seems to build okay..Dave Airlie2004-06-121-1/+1
* Remove drivers that have not been converted to the new interface fromIan Romanick2004-06-061-2/+3
* DRI_NEW_INTERFACE_ONLY is now the only support way to build in theIan Romanick2004-06-021-2/+2
* use X86 sources in X86 build, use none in otherDave Airlie2004-05-041-1/+1
* DRM_SOURCE_PATH is in defaultDave Airlie2004-05-031-4/+0
* Define GLX_DIRECT_RENDERING in Makefile.templateKeith Whitwell2004-04-301-1/+1
* Allow *_dri.so to build in Mesa tree with the 'linux-dri' target.Keith Whitwell2004-04-291-2/+8
* First attempt at building a dri module in this treeKeith Whitwell2004-04-141-0/+34