Searched refs:rbug (Results 1 – 25 of 27) sorted by relevance
12
/external/mesa3d/src/gallium/drivers/rbug/ |
D | SConscript | 5 rbug = env.ConvenienceLibrary( 6 target = 'rbug', 10 env.Alias('rbug', rbug) 12 Export('rbug')
|
D | README | 17 you can launch the small remote debugging application from progs/rbug. More 20 http://cgit.freedesktop.org/mesa/rbug-gui 25 You can integrate the rbug pipe driver either inside the state tracker or the 32 The rbug screen is then created by doing
|
D | rbug_screen.h | 50 struct rbug_rbug *rbug; member 97 rbug_stop(struct rbug_rbug *rbug);
|
D | rbug_screen.c | 40 DEBUG_GET_ONCE_BOOL_OPTION(rbug, "GALLIUM_RBUG", FALSE) 331 rb_screen->rbug = rbug_start(rb_screen); in rbug_screen_create() 333 if (!rb_screen->rbug) in rbug_screen_create()
|
D | meson.build | 22 'rbug',
|
/external/mesa3d/src/gallium/auxiliary/ |
D | Makefile.sources | 118 rbug/rbug_connection.c \ 119 rbug/rbug_connection.h \ 120 rbug/rbug_context.c \ 121 rbug/rbug_context.h \ 122 rbug/rbug_core.c \ 123 rbug/rbug_core.h \ 124 rbug/rbug_demarshal.c \ 125 rbug/rbug.h \ 126 rbug/rbug_internal.h \ 127 rbug/rbug_proto.h \ [all …]
|
D | meson.build | 138 'rbug/rbug_connection.c', 139 'rbug/rbug_connection.h', 140 'rbug/rbug_context.c', 141 'rbug/rbug_context.h', 142 'rbug/rbug_core.c', 143 'rbug/rbug_core.h', 144 'rbug/rbug_demarshal.c', 145 'rbug/rbug.h', 146 'rbug/rbug_internal.h', 147 'rbug/rbug_proto.h', [all …]
|
D | Makefile.am | 116 rbug/README \
|
/external/mesa3d/src/gallium/auxiliary/rbug/ |
D | README | 13 src/gallium/drivers/rbug/README 17 progs/rbug/README 21 http://cgit.freedesktop.org/mesa/rbug-gui
|
/external/mesa3d/src/gallium/docs/source/ |
D | debugging.rst | 26 Controls if the :ref:`rbug` should be used. 101 The remote debugger, commonly known as rbug, allows for runtime inspections of 103 pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is 104 hosted outside of the main mesa repository. rbug is can be used over a network
|
D | distro.rst | 79 Wrapper driver. :ref:`rbug` driver used with stand alone rbug-gui.
|
/external/mesa3d/src/gallium/targets/dri/ |
D | SConscript | 19 env.Prepend(LIBS = [rbug]) 22 env.Prepend(LIBS = [trace, rbug])
|
D | Makefile.am | 52 $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
|
/external/mesa3d/src/gallium/targets/haiku-softpipe/ |
D | SConscript | 7 rbug,
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
D | SConscript | 27 env.Prepend(LIBS = [trace, rbug, softpipe])
|
/external/mesa3d/src/gallium/targets/graw-xlib/ |
D | SConscript | 32 env.Prepend(LIBS = [trace, rbug, softpipe])
|
/external/mesa3d/src/gallium/targets/libgl-gdi/ |
D | SConscript | 44 drivers += [trace, rbug]
|
/external/mesa3d/src/gallium/ |
D | SConscript | 17 'drivers/rbug/SConscript',
|
D | Makefile.am | 18 drivers/rbug
|
D | meson.build | 30 subdir('drivers/rbug')
|
/external/mesa3d/src/gallium/drivers/trace/ |
D | README | 31 src/gallium/drivers/rbug/README
|
/external/mesa3d/src/gallium/targets/libgl-xlib/ |
D | Makefile.am | 65 $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
|
D | SConscript | 45 env.Prepend(LIBS = [trace, rbug, softpipe])
|
/external/mesa3d/src/gallium/targets/d3dadapter9/ |
D | Makefile.am | 74 $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
|
/external/mesa3d/src/gallium/targets/pipe-loader/ |
D | Makefile.am | 60 $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
|
12