mesa/src/gallium/auxiliary/rbug
2011-05-01 14:07:31 +02:00
..
rbug.h rbug: Add Gallium Remote Debugger Protocol code 2009-06-01 11:19:39 +01:00
rbug_connection.c rbug: Initialize variable in rbug_get_message. 2009-12-08 00:28:50 -08:00
rbug_connection.h rbug: Add Gallium Remote Debugger Protocol code 2009-06-01 11:19:39 +01:00
rbug_context.c rbug: remove set-but-unused variables 2011-05-01 14:07:31 +02:00
rbug_context.h rbug: Remove flags from flush 2011-03-13 13:36:21 +01:00
rbug_core.c rbug: remove set-but-unused variables 2011-05-01 14:07:31 +02:00
rbug_core.h rbug: Update rbug protocol with new context calls 2009-06-04 23:45:29 +01:00
rbug_demarshal.c rbug: Add function to get opcode name string 2010-09-20 00:03:58 +02:00
rbug_internal.h rbug: Add Gallium Remote Debugger Protocol code 2009-06-01 11:19:39 +01:00
rbug_proto.h rbug: Add function to get opcode name string 2010-09-20 00:03:58 +02:00
rbug_shader.c rbug: Cast opcode to corrent int size 2010-09-20 00:03:58 +02:00
rbug_shader.h rbug: Update rbug protocol with new context calls 2009-06-04 23:45:29 +01:00
rbug_texture.c rbug: remove set-but-unused variables 2011-05-01 14:07:31 +02:00
rbug_texture.h rbug: Update rbug protocol with new context calls 2009-06-04 23:45:29 +01:00
README rbug: Update and add READMEs 2010-05-12 23:06:54 +01:00

                 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/rbug/README

for information about applications look in:

progs/rbug/README

for a GUI see:

  http://cgit.freedesktop.org/mesa/rbug-gui


--
Jakob Bornecrantz <jakob@vmware.com>