Name | Date | Size | |
---|---|---|---|
.. | 21-Dec-2017 | 4 KiB | |
rbug.h | 21-Dec-2017 | 1.3 KiB | |
rbug_connection.c | 21-Dec-2017 | 3.9 KiB | |
rbug_connection.h | 21-Dec-2017 | 1.7 KiB | |
rbug_context.c | 21-Dec-2017 | 18.3 KiB | |
rbug_context.h | 21-Dec-2017 | 7 KiB | |
rbug_core.c | 21-Dec-2017 | 7.7 KiB | |
rbug_core.h | 21-Dec-2017 | 3.3 KiB | |
rbug_demarshal.c | 21-Dec-2017 | 6 KiB | |
rbug_internal.h | 21-Dec-2017 | 3.6 KiB | |
rbug_proto.h | 21-Dec-2017 | 2.7 KiB | |
rbug_shader.c | 21-Dec-2017 | 11.6 KiB | |
rbug_shader.h | 21-Dec-2017 | 4.8 KiB | |
rbug_texture.c | 21-Dec-2017 | 16.3 KiB | |
rbug_texture.h | 21-Dec-2017 | 6.7 KiB | |
README | 21-Dec-2017 | 548 |
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