Mesa (master): rbug: Add Gallium Remote Debugger Protocol code

Jakob Bornecrantz wallbraker at kemper.freedesktop.org
Mon Jun 1 10:44:59 UTC 2009


Module: Mesa
Branch: master
Commit: dfa4ebcbcc9c7e9e7562f73a4ddc367756623e5e
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dfa4ebcbcc9c7e9e7562f73a4ddc367756623e5e

Author: Jakob Bornecrantz <jakob at vmware.com>
Date:   Fri May 15 01:07:05 2009 +0200

rbug: Add Gallium Remote Debugger Protocol code

	This is the (de)marshalling and connection managment code

---

 configs/default                              |    2 +-
 configure.ac                                 |    2 +-
 src/gallium/SConscript                       |    1 +
 src/gallium/auxiliary/rbug/Makefile          |   14 +
 src/gallium/auxiliary/rbug/README            |   21 +
 src/gallium/auxiliary/rbug/SConscript        |   14 +
 src/gallium/auxiliary/rbug/rbug.h            |   33 ++
 src/gallium/auxiliary/rbug/rbug_connection.c |  167 +++++++
 src/gallium/auxiliary/rbug/rbug_connection.h |   45 ++
 src/gallium/auxiliary/rbug/rbug_context.c    |  442 ++++++++++++++++++
 src/gallium/auxiliary/rbug/rbug_context.h    |  128 ++++++
 src/gallium/auxiliary/rbug/rbug_core.c       |  359 +++++++++++++++
 src/gallium/auxiliary/rbug/rbug_core.h       |  101 ++++
 src/gallium/auxiliary/rbug/rbug_demarshal.c  |   85 ++++
 src/gallium/auxiliary/rbug/rbug_internal.h   |  100 ++++
 src/gallium/auxiliary/rbug/rbug_proto.h      |   90 ++++
 src/gallium/auxiliary/rbug/rbug_shader.c     |  468 +++++++++++++++++++
 src/gallium/auxiliary/rbug/rbug_shader.h     |  144 ++++++
 src/gallium/auxiliary/rbug/rbug_texture.c    |  631 ++++++++++++++++++++++++++
 src/gallium/auxiliary/rbug/rbug_texture.h    |  207 +++++++++
 20 files changed, 3052 insertions(+), 2 deletions(-)

Diff:   http://cgit.freedesktop.org/mesa/mesa/diff/?id=dfa4ebcbcc9c7e9e7562f73a4ddc367756623e5e



More information about the mesa-commit mailing list