mesa/src/gallium/tests/python/retrace
José Fonseca 6917ef10f2 progs/gallium: Move into src/gallium/tests
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
2010-04-13 07:05:46 +09:00
..
format.py progs/gallium: Move into src/gallium/tests 2010-04-13 07:05:46 +09:00
interpreter.py progs/gallium: Move into src/gallium/tests 2010-04-13 07:05:46 +09:00
model.py progs/gallium: Move into src/gallium/tests 2010-04-13 07:05:46 +09:00
parse.py progs/gallium: Move into src/gallium/tests 2010-04-13 07:05:46 +09:00
parser.py progs/gallium: Move into src/gallium/tests 2010-04-13 07:05:46 +09:00
README progs/gallium: Move into src/gallium/tests 2010-04-13 07:05:46 +09:00

This is an application written in python to replay the traces captured by the
 trace pipe driver. 


To use it follow the instructions in src/gallium/drivers/trace/README and
src/gallium/state_trackers/python/README, and then do

  python src/gallium/state_trackers/python/samples/retrace/interpreter.py filename.trace


This is still work in progress:
- not everything is captured/replayed
  - surface/textures contents
- any tiny error will result in a crash

--
Jose Fonseca <jrfonseca@tungstengraphics.com>