summaryrefslogtreecommitdiffstats
path: root/progs/tools
Commit message (Collapse)AuthorAgeFilesLines
* fix gltrace (bug 16691)Guillaume Melquiond2008-07-141-1/+3
|
* Always pass -linker and -ldflags to mklib for shared librariesDan Nicholson2008-07-121-2/+2
| | | | | | This just makes the use of mklib more consistent throughout Mesa where we always want to pass the linker and LDFLAGS when we might be making a shared library.
* Call mklib with $(SHELL) so the user controls the interpreterDan Nicholson2008-07-121-2/+2
| | | | | Respect the user's choice of shell when running mklib rather than always using /bin/sh.
* Ignore more generated files in progs/Dan Nicholson2007-10-101-0/+1
| | | | | | | | Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted.
* add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
|
* s/unsigned int/size_t/ (bug 10135)Brian2007-03-011-1/+1
|
* include assert.hBrian2007-03-011-0/+1
|
* Thomas Sondergaard's API tracerBrian Paul2006-06-026-0/+579