summaryrefslogtreecommitdiff
path: root/docs/gallium/debugging.rst
blob: 2145b56924064edf19b317b7164a0d8598e8e238 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
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
program from that console.

See :doc:`../envvars` for details.