Home
last modified time | relevance | path

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

12

/external/mesa3d/src/gallium/drivers/rbug/
DSConscript5 rbug = env.ConvenienceLibrary(
6 target = 'rbug',
10 env.Alias('rbug', rbug)
12 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)
331 rb_screen->rbug = rbug_start(rb_screen); in rbug_screen_create()
333 if (!rb_screen->rbug) in rbug_screen_create()
Dmeson.build22 'rbug',
/external/mesa3d/src/gallium/auxiliary/
DMakefile.sources118 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 …]
Dmeson.build138 '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 …]
DMakefile.am116 rbug/README \
/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/docs/source/
Ddebugging.rst26 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
Ddistro.rst79 Wrapper driver. :ref:`rbug` driver used with stand alone rbug-gui.
/external/mesa3d/src/gallium/targets/dri/
DSConscript19 env.Prepend(LIBS = [rbug])
22 env.Prepend(LIBS = [trace, rbug])
DMakefile.am52 $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
/external/mesa3d/src/gallium/targets/haiku-softpipe/
DSConscript7 rbug,
/external/mesa3d/src/gallium/targets/graw-gdi/
DSConscript27 env.Prepend(LIBS = [trace, rbug, softpipe])
/external/mesa3d/src/gallium/targets/graw-xlib/
DSConscript32 env.Prepend(LIBS = [trace, rbug, softpipe])
/external/mesa3d/src/gallium/targets/libgl-gdi/
DSConscript44 drivers += [trace, rbug]
/external/mesa3d/src/gallium/
DSConscript17 'drivers/rbug/SConscript',
DMakefile.am18 drivers/rbug
Dmeson.build30 subdir('drivers/rbug')
/external/mesa3d/src/gallium/drivers/trace/
DREADME31 src/gallium/drivers/rbug/README
/external/mesa3d/src/gallium/targets/libgl-xlib/
DMakefile.am65 $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
DSConscript45 env.Prepend(LIBS = [trace, rbug, softpipe])
/external/mesa3d/src/gallium/targets/d3dadapter9/
DMakefile.am74 $(top_builddir)/src/gallium/drivers/rbug/librbug.la \
/external/mesa3d/src/gallium/targets/pipe-loader/
DMakefile.am60 $(top_builddir)/src/gallium/drivers/rbug/librbug.la \

12