diff options
author | Matt Turner <mattst88@gmail.com> | 2012-01-30 13:58:10 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gmail.com> | 2012-01-30 14:24:03 -0500 |
commit | ef3cec5804dfecd60d5d34545d73f9f2dc8b0a22 (patch) | |
tree | 27949d59e27240dfffa18f4b02a734860afe94a3 /docs | |
parent | 647ca47cc30dc3f40752fc0a5983e3c31512cfab (diff) |
Rename R300_NO_TCL envvar to RADEON_NO_TCL
The envvar works for R100 and R200 too, and the classic R300 driver
doesn't even exist anymore.
"RADEON_NO_TCL" is already mentioned in the code and is the same envvar
used for the R300g driver.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/envvars.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index 5a988847b5..a64e2ee62d 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -100,10 +100,10 @@ See the <A HREF="xlibdriver.html">Xlib software driver page</A> for details. </ul> -<h2>Radeon R300 driver environment variables (non-Gallium)</h2> +<h2>Radeon driver environment variables (radeon, r200, and r300g)</h2> <ul> -<li>R300_NO_TCL - if set, disable hardware-accelerated Transform/Clip/Lighting. +<li>RADEON_NO_TCL - if set, disable hardware-accelerated Transform/Clip/Lighting. </ul> |