diff options
author | Brian Paul <brianp@vmware.com> | 2010-01-26 13:23:25 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2010-01-26 13:25:53 -0700 |
commit | 43867acb6afc7fad26cdc2f22b2a3bb6eeefb2da (patch) | |
tree | 4fdb4589a9820b78e79c5192778ed81f9e04855c /docs | |
parent | 06d228d8b92b7f4031f0596d498c24c4ed952e68 (diff) | |
parent | 68ca19afd7299fa9c686f95d53b7e14df37aba4c (diff) |
Merge branch 'mesa_7_7_branch'
Merging was easier than cherry picking in this instance.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/envvars.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index b2c0e01ee3..bb1c914cc7 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -51,5 +51,24 @@ See the <A HREF="xlibdriver.html">Xlib software driver page</A> for details. </ul> +<p> +These environment variables are for the Intel i945/i965 drivers: +</p> +<ul> +<li>INTEL_STRICT_CONFORMANCE - if set to 1, enable sw fallbacks to improve + OpenGL conformance. If set to 2, always use software rendering. +<li>INTEL_NO_BLIT - if set, disable hardware-accelerated glBitmap, + glCopyPixels, glDrawPixels. +</ul> + + +<p> +These environment variables are for the Radeon R300 driver: +</p> +<ul> +<li>R300_NO_TCL - if set, disable hardware-accelerated Transform/Clip/Lighting. +</ul> + + </BODY> </HTML> |