From: Chia-I Wu
Date: Tue, 2 Feb 2010 03:05:19 +0000 (+0800)
Subject: docs: Update for EGL environment variables.
X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=7fc35811c4157a3a1db1325451c4f902acbaa303;p=mesa.git
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.
---
diff --git a/docs/egl.html b/docs/egl.html
index 57b1d1488a8..87f7e7ddcca 100644
--- a/docs/egl.html
+++ b/docs/egl.html
@@ -128,8 +128,9 @@ runtime
EGL_DRIVER
-This variable forces the specified EGL driver to be loaded. It comes in
-handy when one wants to test a specific driver.
+This variable specifies a full path to an EGL driver and it forces the
+specified EGL driver to be loaded. It comes in handy when one wants to test a
+specific driver.
diff --git a/docs/envvars.html b/docs/envvars.html
index bb1c914cc73..fd1700a02f1 100644
--- a/docs/envvars.html
+++ b/docs/envvars.html
@@ -69,6 +69,10 @@ These environment variables are for the Radeon R300 driver:
- R300_NO_TCL - if set, disable hardware-accelerated Transform/Clip/Lighting.
+
+Mesa EGL supports different sets of environment variables. See the
+Mesa EGL page for the details.
+