mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-25 17:20:10 +01: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
1 changed files with 2 additions and 2 deletions
|
|
@ -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…
Add table
Reference in a new issue