X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fenvvars.html;h=fd1700a02f14aeeb0540f450702edd5527d3c4f6;hb=20be3ff57670529a410b30a1008a71e768d08428;hp=7fd9fe7c0a83f48d8fe98405ace0a88f51fff79f;hpb=916de35d677ca5238e9515840fa5aa9f81302c5b;p=mesa.git diff --git a/docs/envvars.html b/docs/envvars.html index 7fd9fe7c0a8..fd1700a02f1 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -25,6 +25,10 @@ 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. +
  • MESA_GLSL - shading language options

    @@ -47,5 +51,28 @@ See the Xlib software driver page for details. +

    +These environment variables are for the Intel i945/i965 drivers: +

    + + + +

    +These environment variables are for the Radeon R300 driver: +

    + + +

    +Mesa EGL supports different sets of environment variables. See the +Mesa EGL page for the details. +

    +