summaryrefslogtreecommitdiffstats
path: root/src/gallium/tests/python/retrace/parse.py
Commit message (Collapse)AuthorAgeFilesLines
* st/python: Remove bindings, and all its dependencies.José Fonseca2011-04-061-392/+0
| | | | | | | | | 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
* progs/gallium: Move into src/gallium/testsJosé Fonseca2010-04-131-0/+392
Two reasons: - progs will eventually have its own repository - it is just to easy to forget updating the code for interface changes when it is outside of src