summaryrefslogtreecommitdiffstats
path: root/docs/envvars.html
diff options
context:
space:
mode:
authorMatt Turner <mattst88@gmail.com>2012-01-30 13:58:10 -0500
committerMatt Turner <mattst88@gmail.com>2012-01-30 14:24:03 -0500
commitef3cec5804dfecd60d5d34545d73f9f2dc8b0a22 (patch)
tree27949d59e27240dfffa18f4b02a734860afe94a3 /docs/envvars.html
parent647ca47cc30dc3f40752fc0a5983e3c31512cfab (diff)
downloadexternal_mesa3d-ef3cec5804dfecd60d5d34545d73f9f2dc8b0a22.zip
external_mesa3d-ef3cec5804dfecd60d5d34545d73f9f2dc8b0a22.tar.gz
external_mesa3d-ef3cec5804dfecd60d5d34545d73f9f2dc8b0a22.tar.bz2
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/envvars.html')
-rw-r--r--docs/envvars.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/envvars.html b/docs/envvars.html
index 5a98884..a64e2ee 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>