diff options
author | Christian König <[email protected]> | 2011-01-12 00:48:10 +0100 |
---|---|---|
committer | Christian König <[email protected]> | 2011-01-12 00:48:10 +0100 |
commit | a96fe679e2f57e8e4e26c38660d8b6e5b67d5b4b (patch) | |
tree | d106cfea4baa1a9071b42d0e9bc922fad7502ed5 /docs/egl.html | |
parent | 7965e2fc16853ae0ed0a9cde77346c25feb19b6e (diff) | |
parent | cc0f604241ee7b536f4c9867573024b8673b0998 (diff) |
Merge remote branch 'origin/master' into pipe-video
Conflicts:
src/gallium/drivers/r600/r600_shader.c
Diffstat (limited to 'docs/egl.html')
-rw-r--r-- | docs/egl.html | 18 |
1 files changed, 4 insertions, 14 deletions
diff --git a/docs/egl.html b/docs/egl.html index 33e9187ce7f..fb15086679f 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -88,17 +88,6 @@ internal library that supports multiple APIs.</p> </li> -<li><code>--enable-gles-overlay</code> - -<p>This option enables OpenGL ES as separate internal libraries. This is an -alternative approach to enable OpenGL ES.</p> - -<p>This is only supported by <code>egl_gallium</code>. For systems using DRI -drivers, <code>--enable-gles1</code> and <code>--enable-gles2</code> are -suggested instead as all drivers will benefit.</p> - -</li> - <li><code>--enable-openvg</code> <p>OpenVG must be explicitly enabled by this option.</p> @@ -148,9 +137,10 @@ may set</p> <li><code>EGL_DRIVER</code> -<p>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. This variable is ignored for setuid/setgid binaries.</p> +<p>This variable specifies a full path to or the name of an EGL driver. It +forces the 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> </li> |