Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gallium/tools: update dump_state.py to use bind_sampler_states() | Brian Paul | 2013-10-03 | 1 | -8/+3 |
| | |||||
* | tools/trace: Simple script to compare two traces. | José Fonseca | 2013-09-20 | 1 | -0/+66 |
| | | | | Based on the earlier apitrace tracediff.sh script. | ||||
* | trace: Several enhancements to dump_state.py | José Fonseca | 2013-09-12 | 1 | -18/+112 |
| | | | | | | - Handle more calls - Handle more state - Try to normalize the output a bit, to eliminate spurious differences | ||||
* | tools/trace: Return dummy fence object to silence warnings. | José Fonseca | 2013-07-01 | 1 | -1/+2 |
| | |||||
* | tools/trace: Don't crash if a trace has no timing information. | José Fonseca | 2013-07-01 | 2 | -3/+4 |
| | |||||
* | tools/trace: Fix syntax. | José Fonseca | 2013-06-24 | 1 | -1/+1 |
| | | | | | Cleaned/commented up the code, but forgot to actually test before commiting... | ||||
* | tools/trace: Several tweaks/fixes to dump_state | José Fonseca | 2013-06-22 | 1 | -9/+29 |
| | |||||
* | tools/trace: Quick instructions/notes. | José Fonseca | 2013-06-21 | 2 | -0/+48 |
| | | | | Reviewed-by: Brian Paul <[email protected]> | ||||
* | tools/trace: Do a better job at comparing multi line strings. | José Fonseca | 2013-06-21 | 1 | -1/+34 |
| | | | | | For TGSI diffing. Reviewed-by: Brian Paul <[email protected]> | ||||
* | tools/trace: Tool to compare json state dumps. | José Fonseca | 2013-06-21 | 1 | -0/+324 |
| | | | | | Copied verbatim from apitrace's scripts/jsondiff.py Reviewed-by: Brian Paul <[email protected]> | ||||
* | tools/trace: Tool to dump gallium state at any draw call. | José Fonseca | 2013-06-21 | 2 | -2/+635 |
| | | | | | | | Based from the code from the good old python state tracker. Extremely handy to diagnose regressions in state trackers. Reviewed-by: Brian Paul <[email protected]> | ||||
* | tools/trace: Defer blob hex-decoding. | José Fonseca | 2013-06-21 | 2 | -9/+27 |
| | | | | | To speed up parsing. Reviewed-by: Brian Paul <[email protected]> | ||||
* | trace: measure time for each gallium call | Brian Paul | 2013-02-01 | 2 | -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é Fonseca | 2012-10-26 | 1 | -13/+13 |
| | |||||
* | tools/trace: Dump NULL literally. | José Fonseca | 2011-09-29 | 1 | -0/+4 |
| | | | | Instead of None. | ||||
* | st/python: Remove bindings, and all its dependencies. | José Fonseca | 2011-04-06 | 4 | -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 glibc | Luca Barbieri | 2010-08-20 | 1 | -0/+26 |