Files
third_party_mesa3d/docs/gallium/debugging.rst

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

16 lines
461 B
ReStructuredText
Raw Normal View History

2010-08-15 00:59:57 +01:00
Debugging
=========
Debugging utilities in gallium.
Debug Variables
^^^^^^^^^^^^^^^
All drivers respond to a set of common debug environment variables, as well as
some driver-specific variables. Set them as normal environment variables for
the platform or operating system you are running. For example, for Linux this
can be done by typing "export var=value" into a console and then running the
2010-08-15 00:59:57 +01:00
program from that console.
See :doc:`../envvars` for details.