From 6917ef10f20d2c6de92e5432b9483d9648d8b0c0 Mon Sep 17 00:00:00 2001 From: José Fonseca Date: Tue, 13 Apr 2010 07:05:13 +0900 Subject: 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 --- src/gallium/tests/python/retrace/README | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 src/gallium/tests/python/retrace/README (limited to 'src/gallium/tests/python/retrace/README') diff --git a/src/gallium/tests/python/retrace/README b/src/gallium/tests/python/retrace/README new file mode 100644 index 0000000000..822cd11404 --- /dev/null +++ b/src/gallium/tests/python/retrace/README @@ -0,0 +1,17 @@ +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 -- cgit v1.2.3