summaryrefslogtreecommitdiff
path: root/bin
AgeCommit message (Expand)Author
2010-01-19mklib: Fix static library generation/installation on SolarisAlan Coopersmith
2010-01-08mklib: Extract archives into temporary directoriesDan Nicholson
2009-12-30mklib: use a wrapper for arBrian Paul
2009-12-24mklib: put usage info into usage() functionBrian Paul
2009-12-24mklib: expand .a into .o files on FreeBSD, put common code into subroutinesBrian Paul
2009-12-20darwin: mklib: Use lipo rather than file to figure out architectures of objec...Jeremy Huddleston
2009-11-04util: Remove homegrown Windows KM profiler.José Fonseca
2009-08-04mklib: Ensure target directory exists for libraryDan Nicholson
2009-06-08Cygwin build fixesJon TURNEY
2009-05-21minstall: Don't copy over an identical fileCarl Worth
2009-04-30mklib: replace if/expr with caseTormod Volden
2009-04-30mesa: Prepend "-Wl," to linking optionsTormod Volden
2009-03-25mklib improvements for SolarisAlan Coopersmith
2009-03-03autoconf: Update config.guess and config.sub from upstreamDan Nicholson
2008-10-10Merge commit 'origin/master' into gallium-0.2Keith Whitwell
2008-10-06mesa: fix static library constructionBrian Paul
2008-09-11Merge branch 'gallium-0.1' into gallium-0.2Keith Whitwell
2008-08-11Apple: Cleaned up some linking and dylib ids issuesJeremy Huddleston
2008-08-07raw2png: Fix channel order in a8b8g8r8/x8b8g8r8 formats.José Fonseca
2008-08-07raw2png: support some depth formats.José Fonseca
2008-07-22win32kprof: Store the profile data as an caller->callee hash table, instead o...José Fonseca
2008-07-22win32kprof: Generate callgraphs.José Fonseca
2008-07-22win32kprof: Convert tabs to spaces.José Fonseca
2008-07-22win32kprof: Consider the section alignment when estimating the image base.José Fonseca
2008-07-20raw2png: Handle r5g6b5 format.José Fonseca
2008-07-14mklib: don't version symbols when using --exportsJulien Cristau
2008-07-14mklib: don't version symbols when using --exportsJulien Cristau
2008-07-08raw2png: More helpful messages. Handle PIPE_FORMAT_A8B8G8R8_SNORM.José Fonseca
2008-07-08raw2png: Update formats from p_formats.hJosé Fonseca
2008-07-03Support conversion of YUV surfaces.José Fonseca
2008-06-21Solaris port of Mesa 7.1 with autoconf supportAlan Coopersmith
2008-06-21Make minstall work with Solaris /bin/shAlan Coopersmith
2008-06-19Parse the section:offset instead of the rva+base when reading mapfiles.José Fonseca
2008-06-12revert the DRI2 commitsAlan Hourihane
2008-06-11Bring in DRI2 changesAlan Hourihane
2008-06-05pull in minor mklib change to fix debuggingKeith Whitwell
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