summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2008-05-26Add copyright header.José Fonseca
2008-05-25Demangle C++ symbols.José Fonseca
2008-05-24gallium: Pre-processor for win32 kernel profile output.José Fonseca
2008-05-07gallium: Simple facility to dump and view images for debugging.José Fonseca
2008-05-05autoconf: Scrape the version from configs/defaultDan Nicholson
2008-04-09Add support for dfbsd to mklib script.Hasso Tepper
2008-02-19Apple: Pulled in changes from Apple's patchset to allow mesa to build on darw...Jeremy Huddleston
2008-02-07added -altopts to allow overriding all other optsAndy Skinner
2007-12-11autoconf: Replace install-sh with symlink to minstallDan Nicholson
2007-12-07autoconf: Add support files required for autoconf useDan Nicholson
2007-12-04Use -Bsymbolic for linking all shared objects.Michel Dänzer
2007-10-31confdiff.sh: A testing script for comparing configs settingsDan Nicholson
2007-09-28add support for LDFLAGS env varDan Nicholson
2007-06-22Use -pthread instead of -lpthread on FreeBSD.Eric Anholt
2007-05-08special case for -pthread (bug 10876)Brian
2007-03-27simplify .a suffixingBrian
2007-03-27remove static lib before building to make more bulletproofBernardo Innocenti
2006-12-11minstall: Pass correct destination file path to $RM regardless of source path.Michel Dänzer
2006-12-11minstall: Always remove destination file before (re-)creating it.Michel Dänzer
2006-11-10fix -noprefix option for Solaris (bug 7722)Brian Paul
2006-10-19New bin/minstall script - a minimal replacement for 'install'.Brian Paul
2006-08-10mkdir -> mkdir -p, since /usr/include might not exist in the installroot yetAdam Jackson
2006-06-16don't create include/GLES yetBrian Paul
2006-04-19updates for GNU/Hurd (bug 6657)Brian Paul
2006-04-18assorted AIX, IRIX fixes from Dan SchikoreBrian Paul
2006-04-14Use 'file' command in more places to determine the library ABI (IRIX, SunOS,Brian Paul
2006-04-13remove the -dlopen option. Always make both kinds of libs for AIX, Darwin.Brian Paul
2006-04-13Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modulesBrian Paul
2006-04-05pass -m32 or -m64 to linker for SunOS as needed (bug 6484)Brian Paul
2006-03-30some comments for DarwinBrian Paul
2006-02-14fix AIX issues (bug 5874)Brian Paul
2006-01-04install GLw headers (bug 5396)Brian Paul
2006-01-04special-case Darwin (bug 4509)Brian Paul
2005-10-22Fix FreeBSD build by building libGL in the order desired, and doing a fix to myEric Anholt
2005-10-21Darwin version fix (SF bug 1334274)Brian Paul
2005-10-18Attempt to fix libGL on FreeBSD, where the library was being built without anyEric Anholt
2005-09-14remove .a file before creating new oneBrian Paul
2005-09-13fix FreeBSD problem (bug 4435)Brian Paul
2005-08-08Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick
2005-08-08Since this isn't a bash script, don't use function and instead inline the usageEric Anholt
2005-07-25Add license/copyright.Brian Paul
2005-07-25Added -linker option to mklib, used to specify a particular program forBrian Paul
2005-06-30fix Darwin dynamic lib namingBrian Paul
2005-06-05Make install install GLES tooJon Smirl
2005-03-03if building 32-bit objects in 64-bit environment, use -m32 flagBrian Paul
2005-02-21Add DESTDIR install targetDave Airlie
2004-11-29fixed OSF/1 shared lib problem (bug 1065260)Brian Paul
2004-11-01merge the AIX and AIX64 casesBrian Paul
2004-10-16added initial support for -exports option, Linux/OpenBSD only for nowBrian Paul
2004-10-16if CXX or CC env vars aren't set, use g++, gcc by default (Linux)Brian Paul