Searched refs:rbug (Results 1 – 25 of 43) sorted by relevance
12
/external/mesa3d/src/gallium/drivers/rbug/ |
D | SConscript | 5 rbug = env.ConvenienceLibrary( 6 target = 'rbug', 14 env.Alias('rbug', rbug) 16 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) 290 rb_screen->rbug = rbug_start(rb_screen); in rbug_screen_create() 292 if (!rb_screen->rbug) in rbug_screen_create()
|
D | Makefile | 4 LIBNAME = rbug
|
/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/auxiliary/ |
D | Makefile.sources | 59 rbug/rbug_connection.c \ 60 rbug/rbug_context.c \ 61 rbug/rbug_core.c \ 62 rbug/rbug_demarshal.c \ 63 rbug/rbug_texture.c \ 64 rbug/rbug_shader.c \
|
/external/mesa3d/src/gallium/targets/dri-vmwgfx/ |
D | SConscript | 11 env.Prepend(LIBS = [rbug]) 14 env.Prepend(LIBS = [trace, rbug, galahad, softpipe, ws_wrapper])
|
D | Makefile | 11 $(TOP)/src/gallium/drivers/rbug/librbug.a \
|
/external/mesa3d/src/gallium/docs/source/ |
D | debugging.rst | 30 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
|
/external/mesa3d/src/gallium/targets/dri-radeonsi/ |
D | SConscript | 12 rbug,
|
D | Makefile | 11 $(TOP)/src/gallium/drivers/rbug/librbug.a \
|
/external/mesa3d/src/gallium/targets/dri-r300/ |
D | SConscript | 13 rbug,
|
D | Makefile | 11 $(TOP)/src/gallium/drivers/rbug/librbug.a \
|
/external/mesa3d/src/gallium/targets/dri-i915/ |
D | SConscript | 16 rbug,
|
/external/mesa3d/src/gallium/targets/dri-r600/ |
D | SConscript | 15 rbug,
|
D | Makefile | 11 $(TOP)/src/gallium/drivers/rbug/librbug.a \
|
/external/mesa3d/src/gallium/targets/dri-swrast/ |
D | SConscript | 13 rbug,
|
/external/mesa3d/src/gallium/targets/xorg-radeonsi/ |
D | Makefile | 19 $(TOP)/src/gallium/drivers/rbug/librbug.a
|
/external/mesa3d/src/gallium/targets/xorg-r300/ |
D | Makefile | 19 $(TOP)/src/gallium/drivers/rbug/librbug.a
|
/external/mesa3d/src/gallium/targets/xorg-r600/ |
D | Makefile | 19 $(TOP)/src/gallium/drivers/rbug/librbug.a
|
/external/mesa3d/src/gallium/targets/xorg-i915/ |
D | Makefile | 19 $(TOP)/src/gallium/drivers/rbug/librbug.a
|
/external/mesa3d/src/gallium/targets/graw-xlib/ |
D | SConscript | 29 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
|
/external/mesa3d/src/gallium/targets/dri-nouveau/ |
D | Makefile | 10 $(TOP)/src/gallium/drivers/rbug/librbug.a \
|
/external/mesa3d/src/gallium/targets/graw-gdi/ |
D | SConscript | 26 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
|
12