python/retrace: Application capable of replaying gallium traces.
authorJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 14 Aug 2008 10:00:22 +0000 (11:00 +0100)
committerJosé Fonseca <jrfonseca@tungstengraphics.com>
Thu, 14 Aug 2008 10:01:43 +0000 (11:01 +0100)
commit468c9775cbc863b024f41fccad3d6bb967e10ea8
treea56702b4f053e697b975cea118f3e260a45b550d
parentffaa4e816fb1d7360e6c14cbbfd4df8e027b9573
python/retrace: Application capable of replaying gallium traces.

At the moment it is capable of replaying trivial/tri kind of apps.

See README for status.
src/gallium/state_trackers/python/retrace/README [new file with mode: 0644]
src/gallium/state_trackers/python/retrace/interpreter.py [new file with mode: 0755]
src/gallium/state_trackers/python/retrace/model.py [new file with mode: 0755]
src/gallium/state_trackers/python/retrace/parser.py [new file with mode: 0755]