diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2010-02-02 11:05:19 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2010-02-02 11:06:29 +0800 |
commit | 7fc35811c4157a3a1db1325451c4f902acbaa303 (patch) | |
tree | 055cfc20739f373a44531d161aed1cb92c04a458 /docs/envvars.html | |
parent | 5fa4ea29343757084d16ebb86e29009742d50dac (diff) |
docs: Update for EGL environment variables.
Mention that EGL_DRIVER should be a full path, and add a link from
envvars.html to egl.html.
Diffstat (limited to 'docs/envvars.html')
-rw-r--r-- | docs/envvars.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/envvars.html b/docs/envvars.html index bb1c914cc7..fd1700a02f 100644 --- a/docs/envvars.html +++ b/docs/envvars.html @@ -69,6 +69,10 @@ These environment variables are for the Radeon R300 driver: <li>R300_NO_TCL - if set, disable hardware-accelerated Transform/Clip/Lighting. </ul> +<p> +Mesa EGL supports different sets of environment variables. See the +<a href="egl.html">Mesa EGL</a> page for the details. +</p> </BODY> </HTML> |