diff options
author | Chia-I Wu <olv@lunarg.com> | 2010-11-02 01:23:13 +0800 |
---|---|---|
committer | Chia-I Wu <olv@lunarg.com> | 2010-11-02 01:37:16 +0800 |
commit | ad00a92ee720c275d3852faea4e442a8da876ca2 (patch) | |
tree | 21baa089f5d88f01e29636a2113d20c65c126769 /docs | |
parent | 583e41855b0ae6b9a102b39ac62238472f4cf05a (diff) |
egl: Rework _eglGetSearchPath.
So that the directory part of EGL_DRIVER, if exists, is prepended to the
search path. This commit also adds a sanity check to _eglLog.
Diffstat (limited to 'docs')
-rw-r--r-- | docs/egl.html | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/docs/egl.html b/docs/egl.html index cc6462d978..c86e543859 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -136,11 +136,6 @@ binaries.</p> specified EGL driver to be loaded. It comes in handy when one wants to test a specific driver. This variable is ignored for setuid/setgid binaries.</p> -<p><code>egl_gallium</code> dynamically loads hardware drivers and client API -modules found in <code>EGL_DRIVERS_PATH</code>. Thus, specifying this variable -alone is not sufficient for <code>egl_gallium</code> for an uninstalled -build.</p> - </li> <li><code>EGL_PLATFORM</code> |