mesa/src/gallium/auxiliary/rbug
Zoë Blade 05e7f7f438 Fix a few typos
Reviewed-by: Francisco Jerez <currojerez@riseup.net>
2015-04-27 17:28:29 +03:00
..
rbug.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_connection.c Fix a few typos 2015-04-27 17:28:29 +03:00
rbug_connection.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_context.c rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_context.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_core.c rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_core.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_demarshal.c rbug: Add function to get opcode name string 2010-09-20 00:03:58 +02:00
rbug_internal.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_proto.h rbug: Add function to get opcode name string 2010-09-20 00:03:58 +02:00
rbug_shader.c rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_shader.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_texture.c rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06:00
rbug_texture.h rbug: fix make process on Linux Mint 13 x64. 2012-06-14 08:14:59 -06: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>