diff options
author | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-08-14 11:15:13 +0100 |
---|---|---|
committer | José Fonseca <jrfonseca@tungstengraphics.com> | 2008-08-15 10:35:17 +0100 |
commit | df3d694851fd99b6ea88c339b5153944824d3d3a (patch) | |
tree | e61b5d7b6565de3244e9d61b15587e7fe012cc0c /src/gallium/state_trackers/python | |
parent | a7b818d53a95b549bbff942a9cb91272e0799dd5 (diff) |
python/retrace: Commit unsaved changes to the doc.
Diffstat (limited to 'src/gallium/state_trackers/python')
-rw-r--r-- | src/gallium/state_trackers/python/retrace/README | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/gallium/state_trackers/python/retrace/README b/src/gallium/state_trackers/python/retrace/README index c0ad8ae6c1..822cd11404 100644 --- a/src/gallium/state_trackers/python/retrace/README +++ b/src/gallium/state_trackers/python/retrace/README @@ -1,4 +1,5 @@ -This is +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 @@ -7,8 +8,6 @@ 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 |