summaryrefslogtreecommitdiff
path: root/src/gallium/state_trackers/python/retrace/README
diff options
context:
space:
mode:
authorJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-14 11:00:22 +0100
committerJosé Fonseca <jrfonseca@tungstengraphics.com>2008-08-14 11:01:43 +0100
commit468c9775cbc863b024f41fccad3d6bb967e10ea8 (patch)
treea56702b4f053e697b975cea118f3e260a45b550d /src/gallium/state_trackers/python/retrace/README
parentffaa4e816fb1d7360e6c14cbbfd4df8e027b9573 (diff)
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.
Diffstat (limited to 'src/gallium/state_trackers/python/retrace/README')
-rw-r--r--src/gallium/state_trackers/python/retrace/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/src/gallium/state_trackers/python/retrace/README b/src/gallium/state_trackers/python/retrace/README
new file mode 100644
index 0000000000..c0ad8ae6c1
--- /dev/null
+++ b/src/gallium/state_trackers/python/retrace/README
@@ -0,0 +1,18 @@
+This is
+
+
+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>