summaryrefslogtreecommitdiff
path: root/bin
Commit message (Expand)AuthorAgeFilesLines
* 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
| * revert the DRI2 commitsAlan Hourihane2008-06-121-100/+25
| * Bring in DRI2 changesAlan Hourihane2008-06-111-25/+100
| * pull in minor mklib change to fix debuggingKeith Whitwell2008-06-051-2/+7
| * Add copyright header.José Fonseca2008-05-261-2/+29
| * Demangle C++ symbols.José Fonseca2008-05-251-13/+77
| * gallium: Pre-processor for win32 kernel profile output.José Fonseca2008-05-241-0/+205
| * gallium: Simple facility to dump and view images for debugging.José Fonseca2008-05-071-0/+339
* | Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston2008-08-111-4/+16
* | mklib: don't version symbols when using --exportsJulien Cristau2008-07-141-1/+1
* | Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith2008-06-211-6/+12
* | Make minstall work with Solaris /bin/shAlan Coopersmith2008-06-211-1/+2
* | autoconf: Scrape the version from configs/defaultDan Nicholson2008-05-051-0/+17
* | Add support for dfbsd to mklib script.Hasso Tepper2008-04-091-1/+4
* | Apple: Pulled in changes from Apple's patchset to allow mesa to build on darw...Jeremy Huddleston2008-02-191-11/+27
* | added -altopts to allow overriding all other optsAndy Skinner2008-02-071-1/+51
* | autoconf: Replace install-sh with symlink to minstallDan Nicholson2007-12-111-519/+1
* | autoconf: Add support files required for autoconf useDan Nicholson2007-12-073-0/+3661
* | Use -Bsymbolic for linking all shared objects.Michel Dänzer2007-12-041-2/+7
* | confdiff.sh: A testing script for comparing configs settingsDan Nicholson2007-10-311-0/+48
* | add support for LDFLAGS env varDan Nicholson2007-09-281-12/+18
|/
* Use -pthread instead of -lpthread on FreeBSD.Eric Anholt2007-06-221-0/+3
* special case for -pthread (bug 10876)Brian2007-05-081-0/+4
* simplify .a suffixingBrian2007-03-271-6/+6
* remove static lib before building to make more bulletproofBernardo Innocenti2007-03-271-0/+1
* minstall: Pass correct destination file path to $RM regardless of source path.Michel Dänzer2006-12-111-1/+1
* minstall: Always remove destination file before (re-)creating it.Michel Dänzer2006-12-111-0/+1
* fix -noprefix option for Solaris (bug 7722)Brian Paul2006-11-101-4/+11