summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/retrace/README
diff options
context:
space:
mode:
Diffstat (limited to 'src/gallium/state_trackers/python/retrace/README')
-rw-r--r--src/gallium/state_trackers/python/retrace/README17
1 files changed, 0 insertions, 17 deletions
diff --git a/src/gallium/state_trackers/python/retrace/README b/src/gallium/state_trackers/python/retrace/README
deleted file mode 100644
index 822cd11404..0000000000
--- a/src/gallium/state_trackers/python/retrace/README
+++ /dev/null
@@ -1,17 +0,0 @@
-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>