summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* mklib: Add Haiku build supportAlexander von Gluck2011-12-261-0/+37
* mklib: fix static lib building by filtering out -L, -l optionsWayne E. Robertz2011-11-101-1/+1
* mesa: Remove support for BeOSIan Romanick2011-08-261-16/+0
* darwin: mklib: Make the real file match the idJeremy Huddleston2011-06-081-8/+3
* mesa: don't call git if it's not git repositoryMarcin Slusarz2011-05-051-0/+4
* mesa: don't touch git_sha1.h if sha1 didn't changeMarcin Slusarz2011-05-051-2/+8
* mesa: Include GIT SHA1 in GL version stringIan Romanick2011-04-051-0/+10
* mesa: fix build for NetBSDPierre Allegraud2011-01-061-15/+1
* Cygwin: Adjust mklib so -linker and -cplusplus options are processed more lik...Jon TURNEY2010-09-011-6/+10
* Cygwin: Teach mklib/minstall to properly install libraries on cygwinJon TURNEY2010-09-012-1/+25
* Cygwin: Change mklib not to report the full archname on cygwinJon TURNEY2010-09-011-2/+2
* Cygwin: Have mklib exit with error code if link failsJon TURNEY2010-09-011-7/+2
* mklib: Fix amd64 builds on Solaris when using Sun compilersAlan Coopersmith2010-03-121-4/+7
* bin: Remove raw2png.py.José Fonseca2010-03-011-366/+0
* Fixed mklib to properly merge static libraries on darwin.Alex Weiss2010-02-281-2/+10
* bin/mklib: Clear CDPATH to avoid damaging expand_archive outputKeith Packard2010-02-221-0/+4
* Cygwin build fix: Fix linkageJon TURNEY2010-02-201-1/+8
* Revert "Make mklib propogate all errors"Dan Nicholson2010-02-181-8/+0
* mklib: remove unused -contents_of_archives(), add commentsBrian Paul2010-02-181-21/+4
* Make mklib propogate all errorsJon TURNEY2010-02-181-0/+6
* mklib: Teach mklib to fail build if link fails on cygwinBrian Paul2010-02-181-0/+5
* mklib: Fix static library generation/installation on SolarisAlan Coopersmith2010-01-191-1/+1
* mklib: Extract archives into temporary directoriesDan Nicholson2010-01-081-5/+17
* mklib: use a wrapper for arBrian Paul2009-12-301-50/+48
* mklib: put usage info into usage() functionBrian Paul2009-12-241-27/+33
* mklib: expand .a into .o files on FreeBSD, put common code into subroutinesBrian Paul2009-12-241-25/+64
* darwin: mklib: Use lipo rather than file to figure out architectures of objec...Jeremy Huddleston2009-12-201-16/+4
* util: Remove homegrown Windows KM profiler.José Fonseca2009-11-041-309/+0
* mklib: Ensure target directory exists for libraryDan Nicholson2009-08-041-0/+1
* Cygwin build fixesJon TURNEY2009-06-081-3/+16
* minstall: Don't copy over an identical fileCarl Worth2009-05-211-2/+5
* mklib: replace if/expr with caseTormod Volden2009-04-301-12/+15
* mesa: Prepend "-Wl," to linking optionsTormod Volden2009-04-301-0/+17
* mklib improvements for SolarisAlan Coopersmith2009-03-251-1/+27
* autoconf: Update config.guess and config.sub from upstreamDan Nicholson2009-03-032-34/+132
* Merge commit 'origin/master' into gallium-0.2Keith Whitwell2008-10-101-1/+23
|\
| * mesa: fix static library constructionBrian Paul2008-10-061-1/+23
* | Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell2008-09-112-0/+675
|\ \ | |/ |/|
| * raw2png: Fix channel order in a8b8g8r8/x8b8g8r8 formats.José Fonseca2008-08-071-3/+11
| * raw2png: support some depth formats.José Fonseca2008-08-071-0/+16
| * win32kprof: Store the profile data as an caller->callee hash table, instead o...José Fonseca2008-07-221-78/+46
| * win32kprof: Generate callgraphs.José Fonseca2008-07-221-48/+91
| * win32kprof: Convert tabs to spaces.José Fonseca2008-07-221-241/+241
| * win32kprof: Consider the section alignment when estimating the image base.José Fonseca2008-07-221-11/+12
| * raw2png: Handle r5g6b5 format.José Fonseca2008-07-201-10/+20
| * mklib: don't version symbols when using --exportsJulien Cristau2008-07-141-1/+1
| * raw2png: More helpful messages. Handle PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca2008-07-081-2/+8
| * raw2png: Update formats from p_formats.hJosé Fonseca2008-07-081-99/+44
| * Support conversion of YUV surfaces.José Fonseca2008-07-031-13/+55
| * Parse the section:offset instead of the rva+base when reading mapfiles.José Fonseca2008-06-191-1/+2