summaryrefslogtreecommitdiff
path: root/progs
diff options
context:
space:
mode:
authorJakob Bornecrantz <jakob@vmware.com>2010-05-12 23:06:54 +0100
committerJakob Bornecrantz <jakob@vmware.com>2010-05-12 23:06:54 +0100
commit5d2e24fe18d3677c175acbe866c631d41e33701b (patch)
tree979a39fd919790e5b8b0fc1305e0326ba7b8b745 /progs
parent2ebe0277d4df54c2a4366d24eaea758021d3f0f8 (diff)
rbug: Update and add READMEs
Diffstat (limited to 'progs')
-rw-r--r--progs/rbug/README7
1 files changed, 5 insertions, 2 deletions
diff --git a/progs/rbug/README b/progs/rbug/README
index 0eb0a5de9a..ee6ae4247f 100644
--- a/progs/rbug/README
+++ b/progs/rbug/README
@@ -15,7 +15,7 @@ To build, build a normal gallium build and from this directory do the following.
= Usage =
Make sure that you driver has trace integration, see
-src/gallium/driver/trace/README for more information about that. Then from on
+src/gallium/driver/rbug/README for more information about that. Then from on
the computer that you want to debug do:
export GALLIUM_RBUG=true
@@ -24,7 +24,10 @@ the computer that you want to debug do:
From the debugging computer launch apps form this directory. Currently ip
addresses are hardcoded and you need to edit the application, but that will
-change in the future.
+change in the future. For a more advanced gui application see:
+
+ http://cgit.freedesktop.org/mesa/rbug-gui
+
= Testing =