• Home
Name Date Size #Lines LOC

..--

READMED06-Mar-2025557 2614

rbug.hD06-Mar-20251.3 KiB345

rbug_connection.cD06-Mar-20253.9 KiB16990

rbug_connection.hD06-Mar-20251.7 KiB469

rbug_context.cD06-Mar-202518.3 KiB749553

rbug_context.hD06-Mar-20257 KiB211140

rbug_core.cD06-Mar-20257.7 KiB346231

rbug_core.hD06-Mar-20253.3 KiB10650

rbug_demarshal.cD06-Mar-20256 KiB158127

rbug_internal.hD06-Mar-20253.6 KiB10157

rbug_proto.hD06-Mar-20252.7 KiB10047

rbug_shader.cD06-Mar-202511.6 KiB469336

rbug_shader.hD06-Mar-20254.8 KiB14385

rbug_texture.cD06-Mar-202516.5 KiB634484

rbug_texture.hD06-Mar-20256.7 KiB207146

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/auxiliary/driver_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