Merge branch '7.8'
[mesa.git] / src / gallium / tests / python / retrace / README
1 This is an application written in python to replay the traces captured by the
2 trace pipe driver.
3
4
5 To use it follow the instructions in src/gallium/drivers/trace/README and
6 src/gallium/state_trackers/python/README, and then do
7
8 python src/gallium/state_trackers/python/samples/retrace/interpreter.py filename.trace
9
10
11 This is still work in progress:
12 - not everything is captured/replayed
13 - surface/textures contents
14 - any tiny error will result in a crash
15
16 --
17 Jose Fonseca <jrfonseca@tungstengraphics.com>