diff options
author | Jakob Bornecrantz <[email protected]> | 2009-05-15 01:07:05 +0200 |
---|---|---|
committer | Jakob Bornecrantz <[email protected]> | 2009-06-01 11:19:39 +0100 |
commit | dfa4ebcbcc9c7e9e7562f73a4ddc367756623e5e (patch) | |
tree | 25627d97f69fd45dc37c19484b99a06f3d0ed018 /src/gallium/auxiliary/rbug/README | |
parent | aee1a6f70413235c0c4c2c2adfca97d5128a155e (diff) |
rbug: Add Gallium Remote Debugger Protocol code
This is the (de)marshalling and connection managment code
Diffstat (limited to 'src/gallium/auxiliary/rbug/README')
-rw-r--r-- | src/gallium/auxiliary/rbug/README | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/gallium/auxiliary/rbug/README b/src/gallium/auxiliary/rbug/README new file mode 100644 index 00000000000..33d76371de4 --- /dev/null +++ b/src/gallium/auxiliary/rbug/README @@ -0,0 +1,21 @@ + GALLIUM REMOTE DEBUGGING COMMON CODE + += About = + +This directory contains the common code for the Gallium 3D remote debugging +driver and clients. The code is two parts the connection managment code and +the (de)marsheller. + +The code currently uses tcp and ip4v for connections. + +Information about driver integration can be found in: + +src/gallium/drivers/trace/README + +for information about applications look in: + +progs/rbug/README + + +-- +Jakob Bornecrantz <[email protected]> |