summaryrefslogtreecommitdiffstats
path: root/src/gallium/tools
Commit message (Collapse)AuthorAgeFilesLines
* trace: measure time for each gallium callBrian Paul2013-02-012-3/+15
| | | | | To get a rough idea of how much time is spent in each gallium driver function. The time is measured in microseconds.
* tools/trace: More helpful message when no args are provided.José Fonseca2012-10-261-13/+13
|
* tools/trace: Dump NULL literally.José Fonseca2011-09-291-0/+4
| | | | Instead of None.
* st/python: Remove bindings, and all its dependencies.José Fonseca2011-04-064-0/+813
| | | | | | | | | Because: - bindings are not fully automatic, and they are broken most of the time - unit tests/samples can be written in C on top of graw - tracing/retracing is more useful at API levels with stable ABIs such as GL, producing traces that cover more layers of the driver stack and and can be used for regression testing
* u_debug_symbol: add support for getting symbol names from glibcLuca Barbieri2010-08-201-0/+26