gallium: fix alignment parameter passed to u_mmAllocMem()
[mesa.git] / bin / mklib
2008-07-14 Julien Cristaumklib: don't version symbols when using --exports
2008-06-11 Alan Hourihanerevert the DRI2 commits
2008-06-11 Alan HourihaneBring in DRI2 changes
2008-06-05 Keith Whitwellpull in minor mklib change to fix debugging
2007-07-06 michalMerge branch 'master' of git+ssh://michal@git.freedeskt...
2007-07-01 Dave AirlieMerge branch 'r300-swtcl'
2007-06-22 Eric AnholtUse -pthread instead of -lpthread on FreeBSD.
2007-05-08 Brianspecial case for -pthread (bug 10876)
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-27 Briansimplify .a suffixing
2007-03-27 Bernardo Innocentiremove static lib before building to make more bulletproof
2007-01-16 Keith WhitwellMerge branch 'master' of git+ssh://keithw@git.freedeskt...
2006-12-19 Dave AirlieMerge branch 'nouveau-import'
2006-11-10 Brian Paulfix -noprefix option for Solaris (bug 7722)
2006-04-19 Brian Paulupdates for GNU/Hurd (bug 6657)
2006-04-18 Brian Paulassorted AIX, IRIX fixes from Dan Schikore
2006-04-14 Brian PaulUse 'file' command in more places to determine the...
2006-04-13 Brian Paulremove the -dlopen option. Always make both kinds...
2006-04-13 Brian PaulFixes for AIX, SunOS, Darwin. -dlopen flag to build...
2006-04-05 Brian Paulpass -m32 or -m64 to linker for SunOS as needed (bug...
2006-03-30 Brian Paulsome comments for Darwin
2005-10-22 Eric AnholtFix FreeBSD build by building libGL in the order desire...
2005-10-21 Brian PaulDarwin version fix (SF bug 1334274)
2005-10-18 Eric AnholtAttempt to fix libGL on FreeBSD, where the library...
2005-09-14 Brian Paulremove .a file before creating new one
2005-08-08 Ian RomanickMake the linux-dri-x86 builds work on x86-64 again...
2005-08-08 Eric AnholtSince this isn't a bash script, don't use function...
2005-07-25 Brian PaulAdd license/copyright.
2005-07-25 Brian PaulAdded -linker option to mklib, used to specify a partic...
2005-06-30 Brian Paulfix Darwin dynamic lib naming
2005-03-03 Brian Paulif building 32-bit objects in 64-bit environment, use...
2004-11-29 Brian Paulfixed OSF/1 shared lib problem (bug 1065260)
2004-11-01 Brian Paulmerge the AIX and AIX64 cases
2004-10-16 Brian Pauladded initial support for -exports option, Linux/OpenBS...
2004-10-16 Brian Paulif CXX or CC env vars aren't set, use g++, gcc by defau...
2004-10-01 Karl SchultzEnable builds on AIX 64-bit
2004-08-14 Brian Paulindentation fixes
2004-08-14 Philippe HoudoinUpdate BeOS mklib to set mimetype and version.
2004-07-01 Brian Pauladded commands for AIX shared libs (Shane Blackett)
2004-06-25 Ian RomanickMake sure mklib sees the definition of CC and CXX....
2004-04-25 Brian Paulfix HP-UX typo (bug 941576)
2004-04-22 Brian Pauladded CYGWIN support
2004-04-13 Brian Paulminor tweak for Darwin
2004-04-08 Brian Pauladded -noprefix option for making DRI drivers
2004-03-30 Brian Paulmerge from 6.0.1 branch
2004-03-25 Brian Paulmore Darwin tweaks
2004-03-23 Brian Paultweaks to Darwin code
2004-03-18 Brian Paulassorted updates and new AIX support (Dan Schikore)
2004-02-26 Brian Paulfix library naming glitches (bug 904867)
2004-02-21 Brian Paulsome minor tweaks
2004-02-12 Brian Paulbunch of assorted updates/changes
2004-01-29 Brian Paulmore IRIX tweaks
2004-01-29 Brian Paulfix ARCHOPT typo
2004-01-28 Brian Paulfix C++ link issues on IRIX
2004-01-17 Brian Paultweak OpenBSD and SunOS commands
2004-01-14 Brian Pauluse -G not -shared for gcc on SunOS
2004-01-10 Brian PaulUse same steps for Linux and OpenBSD.
2003-12-15 Brian PaulAssorted mklib tweaks.
2003-12-06 Brian Paultweaks for SunOS
2003-11-03 Brian Paulanother tweak from Matt Sealey
2003-10-27 Brian Paulprefix MAKELIB with TOP in default case (Matt Sealey)
2003-10-27 Brian Pauladded MorphOS instructions (Matt Sealey)
2003-10-10 Brian PaulEric Plante's updates for OSMesa16.
2003-09-08 Brian PaulSunOS tweaks (Greg Menke)
2003-06-01 Brian PaulReplace most mklib.* scripts with a new uber-mklib...