summaryrefslogtreecommitdiffstats
path: root/configure.ac
Commit message (Expand)AuthorAgeFilesLines
* autoconf: disable dri drivers build if being askedFlorent Thoumie2008-07-281-6/+13
* autoconf: Support Motif widgets in GLw with --enable-motifDan Nicholson2008-07-181-2/+28
* autoconf: Subsitute SHELL for all platformsDan Nicholson2008-07-121-5/+3
* autoconf: Add information about the --x-* options to --help outputDan Nicholson2008-07-111-1/+7
* autoconf: Tell the user about docs/autoconf.html in --help outputDan Nicholson2008-07-111-0/+4
* autoconf: Allow commas or spaces to separate DRI driversDan Nicholson2008-07-061-1/+1
* Set library and header installation directories from configurationDan Nicholson2008-07-061-0/+1
* autoconf: Improve the visibility of the swrast DRI driverDan Nicholson2008-06-301-1/+2
* autoconf: Check for posix_memalignDan Nicholson2008-06-271-1/+4
* Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith2008-06-211-7/+53
* sparc: add swrast to dri driversDave Airlie2008-06-121-1/+1
* sparc: add DRI drivers for sparc patch from FedoraDave Airlie2008-06-121-0/+6
* autoconf: Collect arch/platform settings in one locationDan Nicholson2008-06-041-101/+102
* mesa/drm/ttm: allow build against non-TTM aware libdrmDave Airlie2008-06-041-0/+18
* drop GLcoreGeorge Sapountzis2008-05-231-12/+0
* Add DRI driver that uses the mesa swrast module.George Sapountzis2008-05-201-4/+4
* autoconf: Allow XCB to be used for GLXDan Nicholson2008-05-091-1/+26
* Default DRI driver directory to match X.Org xserverDan Nicholson2008-05-091-2/+2
* autoconf: Attempt to figure out the PIC flags for the platformDan Nicholson2008-05-091-15/+3
* autoconf: Replace the configs/current symlink from config.statusDan Nicholson2008-05-061-1/+4
* autoconf: Sanitize asm build for cross-compiling and --enable-*-bitDan Nicholson2008-05-051-43/+72
* autoconf: Error for incompatible version of libdrmDan Nicholson2008-05-051-2/+6
* autoconf: More quoting, just to be safeDan Nicholson2008-05-051-120/+125
* autoconf: Allow non-pkg-config builds to succeedDan Nicholson2008-05-051-8/+6
* autoconf: Scrape the version from configs/defaultDan Nicholson2008-05-051-4/+10
* glcore: Set all external variables in configurationGeorge Sapountzis2008-05-051-4/+12
* autoconf: Fail from autoconf if the pkg-config macros aren't definedDan Nicholson2008-04-301-3/+8
* autoconf: Don't substitute MESA_MAJOR and friendsDan Nicholson2008-04-301-12/+1
* glcore: build from mesaGeorge Sapountzis2008-04-231-0/+4
* autoconf: Default the build to DRI on OS+CPU combos where it's expected.Eric Anholt2008-04-181-2/+17
* autoconf: Add dfbsd support.Hasso Tepper2008-04-091-2/+2
* Pick up dri2proto from the standard proto header include path.Kristian Høgsberg2008-04-021-1/+1
* Use AC_CHECK_PROGS to find alternate make programsDan Nicholson2008-03-311-6/+2
* DRI interface changes and DRI2 direct rendering support.Kristian Høgsberg2008-03-311-0/+1
* autoconf: Add a workaround for second AC_PROG_PATH not overwriting results.Eric Anholt2008-03-221-3/+4
* autoconf: automatically detect if -ldl is required.Eric Anholt2008-03-211-2/+7
* Fix autoconf build on FreeBSD: detect gmake, and put -D*_SOURCE under linux.Eric Anholt2008-03-211-4/+7
* autoconf: Enable xdemos by default when we build libGLDan Nicholson2008-03-101-6/+7
* autoconf: Print GCC include path directly and be more robust using itDan Nicholson2008-03-071-4/+5
* autoconf: Add gcc search patch to MKDEP_OPTIONS to eliminate warnings.Kristian Høgsberg2008-02-251-0/+9
* autoconf: Fix thinko when checking freebsd CPU typesDan Nicholson2008-02-211-1/+1
* autoconf: Set the default drivers after checking platform specificsDan Nicholson2008-02-211-6/+7
* Trivial SELinux awareness. Enable with --enable-selinux.Adam Jackson2008-02-151-3/+14
* autoconf: Use -fno-strict-aliasing on GCCDan Nicholson2008-01-151-0/+6
* Allow osmesa to be enabled or disabledDan Nicholson2008-01-111-22/+18
* autoconf: Helper options for adding GCC 32/64 bit flagsDan Nicholson2007-12-261-0/+32
* autoconf: Improve help text for demos and DRI driversDan Nicholson2007-12-121-2/+2
* autoconf: Update bug address and fix some autoconf warningsDan Nicholson2007-12-121-2/+4
* autoconf: Consistently use xlib for the driver nameDan Nicholson2007-12-121-23/+23
* autoconf: Optional assembly usage with --disable-asmDan Nicholson2007-12-121-14/+31