diff options
author | Chris Forbes <[email protected]> | 2013-11-24 17:45:29 +1300 |
---|---|---|
committer | Chris Forbes <[email protected]> | 2013-11-25 21:18:33 +1300 |
commit | 26eb6ad83133322d5d510a49f91cb41726abc24c (patch) | |
tree | 07e847e8aa22198c04e39d365b071b186bdbdbc7 /docs/envvars.html | |
parent | f6159afa19d5e63784801ea9cbeae19162bf5876 (diff) |
docs: drop INTEL_* envvars which no longer exist
These were removed back in 2012.
Signed-off-by: Chris Forbes <[email protected]>
Reviewed-by: Kenneth Graunke <[email protected]>
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 67d8e292bb0..81e74e6f484 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -121,10 +121,6 @@ See the <a href="xlibdriver.html">Xlib software driver page</a> for details. <h2>i945/i965 driver environment variables (non-Gallium)</h2> <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> |