docs: remove documentation of MESA_PRIVATE_CMAP

This is used in the Mesa GLUT implementation, which has been separated
out into its own repo, and is largely abandoned in favour of FreeGLUT.

So let's not try to document MESA_PRIVATE_CMAP, as it's just going to
confuse users.

Reviewed-by: Eric Anholt <eric@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/10281>
This commit is contained in:
Erik Faye-Lund 2021-04-16 11:02:09 +02:00 committed by Marge Bot
parent 1637f1dedf
commit 67f46d70de

View File

@ -76,8 +76,6 @@ window. Otherwise, a new, private colormap will be allocated.
When sharing the root colormap, Mesa may be unable to allocate the
colors it needs, resulting in poor color quality. This can happen when a
large number of colorcells in the root colormap are already allocated.
To prevent colormap sharing in GLUT, set the **MESA_PRIVATE_CMAP**
environment variable. The value isn't significant.
Gamma Correction
----------------
@ -213,5 +211,4 @@ 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_PRIVATE_CMAP - force aux/tk libraries to use private colormaps (X only)
MESA_GAMMA - gamma correction coefficients (X only)