X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fegl.html;h=3d8a85b4e7eecb1c07a15b87cd5d5dac54b19698;hb=3db31c0b06acf2d1505070434764c89bc58a48af;hp=f072ce1a0453385ad4eb22c0b8964f857f50f5d8;hpb=73682f82bc8ab2b96b76ec12da9d2d130ec5e352;p=mesa.git diff --git a/docs/egl.html b/docs/egl.html index f072ce1a045..3d8a85b4e7e 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -130,37 +130,6 @@ mesa/demos repository.

runtime

-
EGL_DRIVERS_PATH
-
- -

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. This variable is ignored for setuid/setgid -binaries.

- -

This variable is usually set to test an uninstalled build. For example, one -may set

- -
-  $ export LD_LIBRARY_PATH=$mesa/lib
-  $ export EGL_DRIVERS_PATH=$mesa/lib/egl
-
- -

to test a build without installation

- -
- -
EGL_DRIVER
-
- -

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.

- -
-
EGL_PLATFORM