summaryrefslogtreecommitdiffstats
path: root/bin
Commit message (Collapse)AuthorAgeFilesLines
* 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 ↵José Fonseca2008-07-221-78/+46
| | | | of a trace.
* win32kprof: Generate callgraphs.José Fonseca2008-07-221-48/+91
| | | | Relies on gprof2dot.py.
* 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
| | | | | Use the default version instead of one based on the library SONAME in the version script created by --exports.
* 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
|
* 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
| | | | This avoids issues with overwriting files that are being used.
* fix -noprefix option for Solaris (bug 7722)Brian Paul2006-11-101-4/+11
|
* New bin/minstall script - a minimal replacement for 'install'.Brian Paul2006-10-191-0/+88
| | | | Correctly handles symlinks so we can get rid of the COPY_LIBS stuff.
* mkdir -> mkdir -p, since /usr/include might not exist in the installroot yetAdam Jackson2006-08-101-4/+4
|
* don't create include/GLES yetBrian Paul2006-06-161-1/+1
|
* updates for GNU/Hurd (bug 6657)Brian Paul2006-04-191-4/+6
|
* assorted AIX, IRIX fixes from Dan SchikoreBrian Paul2006-04-181-29/+25
|
* Use 'file' command in more places to determine the library ABI (IRIX, SunOS,Brian Paul2006-04-141-43/+68
| | | | | Darwin), removes need to pass in special -archopt flags. Restore the -dlopen flag afterall.
* remove the -dlopen option. Always make both kinds of libs for AIX, Darwin.Brian Paul2006-04-131-33/+33
|
* Fixes for AIX, SunOS, Darwin. -dlopen flag to build dlopen()'able modulesBrian Paul2006-04-131-11/+51
| | | | for AIX, Darwin. (Dan Schikore)
* pass -m32 or -m64 to linker for SunOS as needed (bug 6484)Brian Paul2006-04-051-4/+22
|
* some comments for DarwinBrian Paul2006-03-301-0/+3
|
* fix AIX issues (bug 5874)Brian Paul2006-02-141-0/+2
|
* install GLw headers (bug 5396)Brian Paul2006-01-041-0/+1
|
* special-case Darwin (bug 4509)Brian Paul2006-01-041-0/+2
|
* Fix FreeBSD build by building libGL in the order desired, and doing a fix to myEric Anholt2005-10-221-1/+2
| | | | mklib changes.
* Darwin version fix (SF bug 1334274)Brian Paul2005-10-211-1/+1
|
* Attempt to fix libGL on FreeBSD, where the library was being built without anyEric Anholt2005-10-181-4/+16
| | | | dependencies, breaking builds of third-party software.
* remove .a file before creating new oneBrian Paul2005-09-141-4/+3
|
* fix FreeBSD problem (bug 4435)Brian Paul2005-09-131-6/+13
|
* Make the linux-dri-x86 builds work on x86-64 again. mklib nowIan Romanick2005-08-081-0/+9
| | | | | | determines the bits (either 32 or 64) for libraries without the lib prefix. progs/egl/Makefile passes CFLAGS on the link commands so that things like '-m32' get propagated.
* Since this isn't a bash script, don't use function and instead inline the usageEric Anholt2005-08-081-26/+20
| | | | into the one place that it's used.
* Add license/copyright.Brian Paul2005-07-251-44/+110
| | | | | Add -h/--help option for usage. Minor clean-ups.
* Added -linker option to mklib, used to specify a particular program forBrian Paul2005-07-251-61/+39
| | | | | linking, if relevant. Updated Makefiles to use -linker option instead of setting CC, CXX env vars.
* fix Darwin dynamic lib namingBrian Paul2005-06-301-1/+1
|
* Make install install GLES tooJon Smirl2005-06-051-0/+2
|