Home | History | Annotate | only in /external/mesa3d/src/gallium/auxiliary/rbug
Up to higher level directory
NameDateSize
rbug.h21-Aug-20181.3K
rbug_connection.c21-Aug-20183.9K
rbug_connection.h21-Aug-20181.7K
rbug_context.c21-Aug-201818.3K
rbug_context.h21-Aug-20187K
rbug_core.c21-Aug-20187.7K
rbug_core.h21-Aug-20183.3K
rbug_demarshal.c21-Aug-20186K
rbug_internal.h21-Aug-20183.6K
rbug_proto.h21-Aug-20182.7K
rbug_shader.c21-Aug-201811.6K
rbug_shader.h21-Aug-20184.8K
rbug_texture.c21-Aug-201816.3K
rbug_texture.h21-Aug-20186.7K
README21-Aug-2018548

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