mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-04 09:48:07 +02:00
docs: Remove rbug related documents
Signed-off-by: Yonggang Luo <luoyonggang@gmail.com> Reviewed-by: Marek Olšák <marek.olsak@amd.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19138>
This commit is contained in:
parent
bdfadec6fd
commit
6570136e15
3 changed files with 0 additions and 22 deletions
|
|
@ -21,10 +21,6 @@ This option controls if the debug variables should be printed to stderr. This
|
|||
is probably the most useful variable, since it allows you to find which
|
||||
variables a driver uses.
|
||||
|
||||
.. envvar:: GALLIUM_RBUG <bool> (false)
|
||||
|
||||
Controls if the :ref:`rbug` should be used.
|
||||
|
||||
.. envvar:: GALLIUM_TRACE <string> ("")
|
||||
|
||||
If set, this variable will cause the :ref:`trace` output to be written to the
|
||||
|
|
@ -104,15 +100,3 @@ The variables of type "flags" all take a string with comma-separated flags to
|
|||
enable different debugging for different parts of the drivers or state
|
||||
tracker. If set to "help", the driver will print a list of flags which the
|
||||
variable accepts. Order does not matter.
|
||||
|
||||
|
||||
.. _rbug:
|
||||
|
||||
Remote Debugger
|
||||
^^^^^^^^^^^^^^^
|
||||
|
||||
The remote debugger, commonly known as rbug, allows for runtime inspections of
|
||||
:ref:`Context`, :ref:`Screen`, :ref:`Resource` and :ref:`Shader` objects; and
|
||||
pausing and stepping of :ref:`Draw` calls. Is used with rbug-gui which is
|
||||
hosted outside of the main mesa repository. rbug is can be used over a network
|
||||
connection, so the debugger does not need to be on the same machine.
|
||||
|
|
|
|||
|
|
@ -73,11 +73,6 @@ Trace
|
|||
Wrapper driver. Trace dumps an XML record of the calls made to the
|
||||
:ref:`Context` and :ref:`Screen` objects that it wraps.
|
||||
|
||||
Rbug
|
||||
^^^^
|
||||
|
||||
Wrapper driver. :ref:`rbug` driver used with stand alone rbug-gui.
|
||||
|
||||
Gallium frontends
|
||||
-----------------
|
||||
|
||||
|
|
|
|||
|
|
@ -116,7 +116,6 @@ each directory.
|
|||
shaders. Incomplete.
|
||||
- **hud** - Heads-Up Display, an overlay showing GPU statistics
|
||||
- **pipebuffer** - utility module for managing buffers
|
||||
- **rbug** - Gallium remote debug utility
|
||||
- **rtasm** - run-time assembly/machine code generation.
|
||||
Currently there's run-time code generation for x86/SSE,
|
||||
PowerPC and Cell SPU.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue