summaryrefslogtreecommitdiff
path: root/docs/perf.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2022-10-19 13:08:10 +0200
committerMarge Bot <emma+marge@anholt.net>2022-10-25 10:06:44 +0000
commitad15f39e7d6bb9b5d96d0ada0c42d23a7b7c9a49 (patch)
tree9a5ceb4615aebca5a9d053e9f41d2fdcb648f9a6 /docs/perf.rst
parent9346d82c9a289b87e05bebe100fdf9800e0189da (diff)
downloadmesa-ad15f39e7d6bb9b5d96d0ada0c42d23a7b7c9a49.tar.gz
mesa-ad15f39e7d6bb9b5d96d0ada0c42d23a7b7c9a49.tar.bz2
mesa-ad15f39e7d6bb9b5d96d0ada0c42d23a7b7c9a49.zip
docs: spell out "environment variable"
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
Diffstat (limited to 'docs/perf.rst')
-rw-r--r--docs/perf.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/perf.rst b/docs/perf.rst
index 94299c55082..b4ac1c76a54 100644
--- a/docs/perf.rst
+++ b/docs/perf.rst
@@ -40,5 +40,5 @@ Performance tips for software rendering:
start your X server with startx -- -bpp 32 instead of startx -- -bpp
24
#. Try disabling dithering with the MESA_NO_DITHER environment variable.
- If this env var is defined Mesa will disable dithering and the
- command glEnable(GL_DITHER) will be ignored.
+ If this environment variable is defined Mesa will disable dithering
+ and the command glEnable(GL_DITHER) will be ignored.