summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/retrace/parser.py
AgeCommit message (Collapse)Author
2009-03-25python: Use a sequential number to identify each call.José Fonseca
TODO: Modify the trace driver to generate these on the XML file itself.
2009-03-25python/trace: Control the interpreter from command line options.José Fonseca
2008-11-19python/retrace: Highlight the trace dump to help to visualize.José Fonseca
2008-11-19python/retrace: Use the usual BSD-style license.José Fonseca
2008-08-22python/retrace: Process the trace call-by-call (instead of reading ↵José Fonseca
everything into memory).
2008-08-21python/retrace: Support gziped traces.José Fonseca
2008-08-19python/retrace: Trim null chars.José Fonseca
They are often left in memory mapped files, and are not part of the XML accept chars anyway.
2008-08-15python/retrace: Keep addresses as strings.José Fonseca
To simplify looking up these in the trace.
2008-08-14python/retrace: Application capable of replaying gallium traces.José Fonseca
At the moment it is capable of replaying trivial/tri kind of apps. See README for status.