summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/retrace
AgeCommit message (Collapse)Author
2008-08-22python/retrace: Interpret texture/surfaces destructions.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-20python/retrace: Retrace draw_elements and draw_range_elements.José Fonseca
2008-08-19python/retrace: Add several missing functions.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: Update frame when PIPE_FLUSH_FRAME spotted.José Fonseca
2008-08-15pyhon/retrace: Retrace surface contents.José Fonseca
Now capable of replaying trivial/quad-tex-2d
2008-08-15python/retrace: Keep addresses as strings.José Fonseca
To simplify looking up these in the trace.
2008-08-15python/retrace: Commit unsaved changes to the doc.José Fonseca
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.