Name | Date | Size | #Lines | LOC | ||
---|---|---|---|---|---|---|
.. | - | - | ||||
README | D | 03-May-2024 | 548 | 26 | 14 | |
rbug.h | D | 03-May-2024 | 1.3 KiB | 34 | 5 | |
rbug_connection.c | D | 03-May-2024 | 3.9 KiB | 169 | 90 | |
rbug_connection.h | D | 03-May-2024 | 1.7 KiB | 46 | 9 | |
rbug_context.c | D | 03-May-2024 | 18.3 KiB | 749 | 553 | |
rbug_context.h | D | 03-May-2024 | 7 KiB | 211 | 140 | |
rbug_core.c | D | 03-May-2024 | 7.7 KiB | 346 | 231 | |
rbug_core.h | D | 03-May-2024 | 3.3 KiB | 106 | 50 | |
rbug_demarshal.c | D | 03-May-2024 | 6 KiB | 158 | 127 | |
rbug_internal.h | D | 03-May-2024 | 3.6 KiB | 101 | 57 | |
rbug_proto.h | D | 03-May-2024 | 2.7 KiB | 100 | 47 | |
rbug_shader.c | D | 03-May-2024 | 11.6 KiB | 469 | 336 | |
rbug_shader.h | D | 03-May-2024 | 4.8 KiB | 143 | 85 | |
rbug_texture.c | D | 03-May-2024 | 16.3 KiB | 625 | 477 | |
rbug_texture.h | D | 03-May-2024 | 6.7 KiB | 207 | 146 |
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