diff options
author | Brian Paul <brianp@vmware.com> | 2010-06-04 17:29:59 -0600 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-06-04 17:47:53 -0600 |
commit | 74bea8d21f8b5b0a9f3a75c8b4766be42ed3fa0d (patch) | |
tree | 718184ebb6a82153b4554346e8f12f336fd2b78b /progs/rbug/README | |
parent | 06e911a757b1b49d5d32c7a5d1dc8259e463f943 (diff) |
progs: remove rbug subdir
Diffstat (limited to 'progs/rbug/README')
-rw-r--r-- | progs/rbug/README | 42 |
1 files changed, 0 insertions, 42 deletions
diff --git a/progs/rbug/README b/progs/rbug/README deleted file mode 100644 index ee6ae4247f..0000000000 --- a/progs/rbug/README +++ /dev/null @@ -1,42 +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/rbug/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. For a more advanced gui application see: - - http://cgit.freedesktop.org/mesa/rbug-gui - - -= 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> |