• Home
Name Date Size #Lines LOC

..--

READMED03-May-2024548 2614

rbug.hD03-May-20241.3 KiB345

rbug_connection.cD03-May-20243.9 KiB16990

rbug_connection.hD03-May-20241.7 KiB469

rbug_context.cD03-May-202418.3 KiB749553

rbug_context.hD03-May-20247 KiB211140

rbug_core.cD03-May-20247.7 KiB346231

rbug_core.hD03-May-20243.3 KiB10650

rbug_demarshal.cD03-May-20246 KiB158127

rbug_internal.hD03-May-20243.6 KiB10157

rbug_proto.hD03-May-20242.7 KiB10047

rbug_shader.cD03-May-202411.6 KiB469336

rbug_shader.hD03-May-20244.8 KiB14385

rbug_texture.cD03-May-202416.3 KiB625477

rbug_texture.hD03-May-20246.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/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