summaryrefslogtreecommitdiff
path: root/progs/rbug/README
diff options
context:
space:
mode:
authorLuc Verhaegen <libv@skynet.be>2010-03-08 07:39:43 +0100
committerLuc Verhaegen <libv@skynet.be>2010-03-08 07:39:43 +0100
commitc670a69782e6391910331c32cfe33059bb7f4d83 (patch)
treea04baa81b4032b7494fb4cd42cd53d6b149505f9 /progs/rbug/README
parentf0e99179bcf95f39ce7c4d2c2270e8a4357eaf19 (diff)
Import debian's mesa-7.7-4 release.debian-7.7-4
Diffstat (limited to 'progs/rbug/README')
-rw-r--r--progs/rbug/README39
1 files changed, 0 insertions, 39 deletions
diff --git a/progs/rbug/README b/progs/rbug/README
deleted file mode 100644
index 0eb0a5de9a..0000000000
--- a/progs/rbug/README
+++ /dev/null
@@ -1,39 +0,0 @@
- REMOTE DEBUGGING CLI APPLICATIONS
-
-
-= About =
-
-This directory contains a Gallium3D remote debugging cli applications.
-
-
-= Build Instructions =
-
-To build, build a normal gallium build and from this directory do the following.
-
- make
-
-= Usage =
-
-Make sure that you driver has trace integration, see
-src/gallium/driver/trace/README for more information about that. Then from on
-the computer that you want to debug do:
-
- export GALLIUM_RBUG=true
-
- <launch app>
-
-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.
-
-= Testing =
-
-The two apps simple_client and simple_server. Are unit testing of the
-connection and (de)marsheler. Just run the server first and then the client:
-
- ./simple_server &
- ./simple_client
-
-
---
-Jakob Bornecrantz <jakob@vmware.com>