mesa/src/gallium/auxiliary/rbug
Marek Olšák 6ff0c6f4eb gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times
which also simplifies the build scripts.
2018-04-13 14:08:14 -04:00
..
rbug.h
rbug_connection.c
rbug_connection.h
rbug_context.c
rbug_context.h
rbug_core.c
rbug_core.h
rbug_demarshal.c
rbug_internal.h
rbug_proto.h
rbug_shader.c
rbug_shader.h
rbug_texture.c
rbug_texture.h
README gallium: move ddebug, noop, rbug, trace to auxiliary to improve build times 2018-04-13 14:08:14 -04: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/auxiliary/driver_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>