X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fenvvars.html;h=6d7a321da9fb577c39e87adaea57a314ec2c402b;hb=39dd7108bf6014a8430dffc290e98c7b47432cd3;hp=b0c784e924c9cc9851d5e083efb4b10119c06191;hpb=8894a55d5fe9449075e99b6b1f6c19921956b606;p=mesa.git diff --git a/docs/envvars.html b/docs/envvars.html index b0c784e924c..6d7a321da9f 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -20,19 +20,28 @@ Mesa supports the following environment variables: If the value of MESA_DEBUG is "FP" floating point arithmetic errors will generate exceptions.
  • MESA_NO_DITHER - if set, disables dithering, overriding glEnable(GL_DITHER) +
  • MESA_TEX_PROG - if set, implement conventional texture env modes with +fragment programs (intended for developers only) +
  • MESA_TNL_PROG - if set, implement conventional vertex transformation +operations with vertex programs (intended for developers only). +Setting this variable automatically sets the MESA_TEX_PROG variable as well. +
  • MESA_EXTENSION_OVERRIDE - can be used to enable/disable extensions. +A value such as "GL_EXT_foo -GL_EXT_bar" will enable the GL_EXT_foo extension +and disable the GL_EXT_bar extension.

    -The following environment variables are only applicable to the Xlib/X11 -software driver: +The following are only applicable to the Xlib software driver. +See the Xlib software driver page for details.