Home
last modified time | relevance | path

Searched refs:rbug (Results 1 – 25 of 43) sorted by relevance

12

/external/mesa3d/src/gallium/drivers/rbug/
DSConscript5 rbug = env.ConvenienceLibrary(
6 target = 'rbug',
14 env.Alias('rbug', rbug)
16 Export('rbug')
DREADME17 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
Drbug_screen.h50 struct rbug_rbug *rbug; member
97 rbug_stop(struct rbug_rbug *rbug);
Drbug_screen.c40 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()
DMakefile4 LIBNAME = rbug
/external/mesa3d/src/gallium/auxiliary/rbug/
DREADME13 src/gallium/drivers/rbug/README
17 progs/rbug/README
21 http://cgit.freedesktop.org/mesa/rbug-gui
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources59 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/
DSConscript11 env.Prepend(LIBS = [rbug])
14 env.Prepend(LIBS = [trace, rbug, galahad, softpipe, ws_wrapper])
DMakefile11 $(TOP)/src/gallium/drivers/rbug/librbug.a \
/external/mesa3d/src/gallium/docs/source/
Ddebugging.rst30 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/
DSConscript12 rbug,
DMakefile11 $(TOP)/src/gallium/drivers/rbug/librbug.a \
/external/mesa3d/src/gallium/targets/dri-r300/
DSConscript13 rbug,
DMakefile11 $(TOP)/src/gallium/drivers/rbug/librbug.a \
/external/mesa3d/src/gallium/targets/dri-i915/
DSConscript16 rbug,
/external/mesa3d/src/gallium/targets/dri-r600/
DSConscript15 rbug,
DMakefile11 $(TOP)/src/gallium/drivers/rbug/librbug.a \
/external/mesa3d/src/gallium/targets/dri-swrast/
DSConscript13 rbug,
/external/mesa3d/src/gallium/targets/xorg-radeonsi/
DMakefile19 $(TOP)/src/gallium/drivers/rbug/librbug.a
/external/mesa3d/src/gallium/targets/xorg-r300/
DMakefile19 $(TOP)/src/gallium/drivers/rbug/librbug.a
/external/mesa3d/src/gallium/targets/xorg-r600/
DMakefile19 $(TOP)/src/gallium/drivers/rbug/librbug.a
/external/mesa3d/src/gallium/targets/xorg-i915/
DMakefile19 $(TOP)/src/gallium/drivers/rbug/librbug.a
/external/mesa3d/src/gallium/targets/graw-xlib/
DSConscript29 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])
/external/mesa3d/src/gallium/targets/dri-nouveau/
DMakefile10 $(TOP)/src/gallium/drivers/rbug/librbug.a \
/external/mesa3d/src/gallium/targets/graw-gdi/
DSConscript26 env.Prepend(LIBS = [trace, rbug, galahad, softpipe])

12