mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-27 04:04:23 +08:00
docs: spell out "environment variable"
Reviewed-by: David Heidelberg <david.heidelberg@collabora.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/19191>
This commit is contained in:
parent
9346d82c9a
commit
ad15f39e7d
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user