Name Date Size

..25-Oct-20244 KiB

rbug.hH A D25-Oct-20241.3 KiB

rbug_connection.cH A D25-Oct-20243.9 KiB

rbug_connection.hH A D25-Oct-20241.7 KiB

rbug_context.cH A D25-Oct-202418.3 KiB

rbug_context.hH A D25-Oct-20247 KiB

rbug_core.cH A D25-Oct-20247.7 KiB

rbug_core.hH A D25-Oct-20243.3 KiB

rbug_demarshal.cH A D25-Oct-20246 KiB

rbug_internal.hH A D25-Oct-20243.6 KiB

rbug_proto.hH A D25-Oct-20242.7 KiB

rbug_shader.cH A D25-Oct-202411.6 KiB

rbug_shader.hH A D25-Oct-20244.8 KiB

rbug_texture.cH A D25-Oct-202416.5 KiB

rbug_texture.hH A D25-Oct-20246.7 KiB

READMEH A D25-Oct-2024557

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