• Home
  • History
  • Annotate
  • only in /external/mesa3d/src/gallium/auxiliary/rbug/
NameDateSize

..12-Mar-20154 KiB

rbug.h12-Mar-20151.3 KiB

rbug_connection.c12-Mar-20153.9 KiB

rbug_connection.h12-Mar-20151.7 KiB

rbug_context.c12-Mar-201518.3 KiB

rbug_context.h12-Mar-20157 KiB

rbug_core.c12-Mar-20157.7 KiB

rbug_core.h12-Mar-20153.3 KiB

rbug_demarshal.c12-Mar-20156 KiB

rbug_internal.h12-Mar-20153.6 KiB

rbug_proto.h12-Mar-20152.7 KiB

rbug_shader.c12-Mar-201511.6 KiB

rbug_shader.h12-Mar-20154.8 KiB

rbug_texture.c12-Mar-201516.3 KiB

rbug_texture.h12-Mar-20156.7 KiB

README12-Mar-2015548

README

1                 GALLIUM REMOTE DEBUGGING COMMON CODE
2
3= About =
4
5This directory contains the common code for the Gallium 3D remote debugging
6driver and clients. The code is two parts the connection managment code and
7the (de)marsheller.
8
9The code currently uses tcp and ip4v for connections.
10
11Information about driver integration can be found in:
12
13src/gallium/drivers/rbug/README
14
15for information about applications look in:
16
17progs/rbug/README
18
19for a GUI see:
20
21  http://cgit.freedesktop.org/mesa/rbug-gui
22
23
24--
25Jakob Bornecrantz <jakob@vmware.com>
26