mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-27 05:48:12 +02:00
25 lines
557 B
Text
25 lines
557 B
Text
GALLIUM REMOTE DEBUGGING COMMON CODE
|
|
|
|
= About =
|
|
|
|
This directory contains the common code for the Gallium 3D remote debugging
|
|
driver and clients. The code is two parts the connection managment code and
|
|
the (de)marsheller.
|
|
|
|
The code currently uses tcp and ip4v for connections.
|
|
|
|
Information about driver integration can be found in:
|
|
|
|
src/gallium/auxiliary/driver_rbug/README
|
|
|
|
for information about applications look in:
|
|
|
|
progs/rbug/README
|
|
|
|
for a GUI see:
|
|
|
|
http://cgit.freedesktop.org/mesa/rbug-gui
|
|
|
|
|
|
--
|
|
Jakob Bornecrantz <jakob@vmware.com>
|