Home | History | Annotate | only in /xsrc/external/mit/MesaLib/dist/src/gallium/auxiliary/rbug
Up to higher level directory
NameDateSize
rbug.h18-Dec-20141.3K
rbug_connection.c10-Mar-20193.9K
rbug_connection.h18-Dec-20141.7K
rbug_context.c18-Dec-201418.3K
rbug_context.h18-Dec-20147K
rbug_core.c18-Dec-20147.7K
rbug_core.h18-Dec-20143.3K
rbug_demarshal.c09-Jul-20146K
rbug_internal.h18-Dec-20143.6K
rbug_proto.h09-Jul-20142.7K
rbug_shader.c18-Dec-201411.6K
rbug_shader.h18-Dec-20144.8K
rbug_texture.c09-May-202216.5K
rbug_texture.h10-Mar-20196.7K
README10-Mar-2019557

README

      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/auxiliary/driver_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