Up to higher level directory | |||
Name | Date | Size | |
---|---|---|---|
rbug.h | 20-Jun-2014 | 1.3K | |
rbug_connection.c | 20-Jun-2014 | 3.9K | |
rbug_connection.h | 20-Jun-2014 | 1.7K | |
rbug_context.c | 20-Jun-2014 | 18.3K | |
rbug_context.h | 20-Jun-2014 | 7K | |
rbug_core.c | 20-Jun-2014 | 7.7K | |
rbug_core.h | 20-Jun-2014 | 3.3K | |
rbug_demarshal.c | 20-Jun-2014 | 6K | |
rbug_internal.h | 20-Jun-2014 | 3.6K | |
rbug_proto.h | 20-Jun-2014 | 2.7K | |
rbug_shader.c | 20-Jun-2014 | 11.6K | |
rbug_shader.h | 20-Jun-2014 | 4.8K | |
rbug_texture.c | 20-Jun-2014 | 16.3K | |
rbug_texture.h | 20-Jun-2014 | 6.7K | |
README | 20-Jun-2014 | 548 |
1 GALLIUM REMOTE DEBUGGING COMMON CODE 2 3 = About = 4 5 This directory contains the common code for the Gallium 3D remote debugging 6 driver and clients. The code is two parts the connection managment code and 7 the (de)marsheller. 8 9 The code currently uses tcp and ip4v for connections. 10 11 Information about driver integration can be found in: 12 13 src/gallium/drivers/rbug/README 14 15 for information about applications look in: 16 17 progs/rbug/README 18 19 for a GUI see: 20 21 http://cgit.freedesktop.org/mesa/rbug-gui 22 23 24 -- 25 Jakob Bornecrantz <jakob (a] vmware.com> 26