diff options
author | Chia-I Wu <olvaffe@gmail.com> | 2010-02-02 15:34:55 +0800 |
---|---|---|
committer | Chia-I Wu <olvaffe@gmail.com> | 2010-02-03 14:16:15 +0800 |
commit | 5d8646c41ff3022692fa9d7f5f1644a2a60641e4 (patch) | |
tree | f854fe972d13f14511d2128296ada90e1082f05b /docs/egl.html | |
parent | 6f2e9651a1a460a1f564d30844cb2c9bced71da5 (diff) |
egl: Add EGL_DRIVERS_PATH environment variable.
EGL_DRIVERS_PATH gives a list of colon-separated directories. The given
directories will be searched when preloading drivers.
This is based on Mike Stroyan's patch, which honors the variable in
_eglPreloadDisplayDrivers. It is extended to honor the variable also in
_eglPreloadUserDriver and _eglPreloadDefaultDriver in this version.
Diffstat (limited to 'docs/egl.html')
-rw-r--r-- | docs/egl.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/egl.html b/docs/egl.html index 87f7e7ddcc..8a2ea7c044 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -126,6 +126,15 @@ test your build. For example,</p> runtime</p> <ul> +<li><code>EGL_DRIVERS_PATH</code> + +<p>By default, the main library will look for drivers in the directory where +the drivers are installed to. This variable specifies a list of +colon-separated directories where the main library will look for drivers, in +addition to the default directory.</p> + +</li> + <li><code>EGL_DRIVER</code> <p>This variable specifies a full path to an EGL driver and it forces the |