summaryrefslogtreecommitdiff
path: root/docs/xlibdriver.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2021-04-15 15:32:26 +0200
committerMarge Bot <eric+marge@anholt.net>2021-04-26 08:39:02 +0000
commit525f7b6a236fe3e0157937d7b3977e8f42255d33 (patch)
tree9880140754b6fcb6dbdf5ee988525ee46d0ed22e /docs/xlibdriver.rst
parent1e4e22e6baa38143ef1637795b463917b326cab2 (diff)
downloadmesa-525f7b6a236fe3e0157937d7b3977e8f42255d33.tar.gz
docs: use tables instead of pre-formatted text
This makes this easier to read. Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10281>
Diffstat (limited to 'docs/xlibdriver.rst')
-rw-r--r--docs/xlibdriver.rst17
1 files changed, 12 insertions, 5 deletions
diff --git a/docs/xlibdriver.rst b/docs/xlibdriver.rst
index c096d6a3a70..099cba21684 100644
--- a/docs/xlibdriver.rst
+++ b/docs/xlibdriver.rst
@@ -200,8 +200,15 @@ This extension was added in Mesa 2.6
Summary of X-related environment variables
------------------------------------------
-::
-
- MESA_RGB_VISUAL - specifies the X visual and depth for RGB mode (X only)
- MESA_BACK_BUFFER - specifies how to implement the back color buffer (X only)
- MESA_GAMMA - gamma correction coefficients (X only)
++-----------------------------+--------------------------------------+
+| Environment variable | Description |
++=============================+======================================+
+| :envvar:`MESA_RGB_VISUAL` | specifies the X visual and depth for |
+| | RGB mode (X only) |
++-----------------------------+--------------------------------------+
+| :envvar:`MESA_BACK_BUFFER` | specifies how to implement the back |
+| | color buffer (X only) |
++-----------------------------+--------------------------------------+
+| :envvar:`MESA_GAMMA` | gamma correction coefficients |
+| | (X only) |
++-----------------------------+--------------------------------------+