Home | History | Annotate | only in /external/mesa3d/src/gallium/auxiliary/rbug
Up to higher level directory
NameDateSize
rbug.h22-Oct-20201.3K
rbug_connection.c22-Oct-20203.9K
rbug_connection.h22-Oct-20201.7K
rbug_context.c22-Oct-202018.3K
rbug_context.h22-Oct-20207K
rbug_core.c22-Oct-20207.7K
rbug_core.h22-Oct-20203.3K
rbug_demarshal.c22-Oct-20206K
rbug_internal.h22-Oct-20203.6K
rbug_proto.h22-Oct-20202.7K
rbug_shader.c22-Oct-202011.6K
rbug_shader.h22-Oct-20204.8K
rbug_texture.c22-Oct-202016.3K
rbug_texture.h22-Oct-20206.7K
README22-Oct-2020548

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