X-Git-Url: https://git.libre-soc.org/?a=blobdiff_plain;f=docs%2Fegl.html;h=2bc8f2372728822c69d6275ef71559b949b6df0e;hb=f014ae3c7cce504afe5d3c3de154f9cf9aea0821;hp=17823c2b0fa9fcd0b680160af2949bad626fd5a1;hpb=077879cf5e6b90023fb495e36d05bb9d0960bbd0;p=mesa.git diff --git a/docs/egl.html b/docs/egl.html index 17823c2b0fa..2bc8f237272 100644 --- a/docs/egl.html +++ b/docs/egl.html @@ -77,15 +77,13 @@ drivers will be installed to ${libdir}/egl.

-
--with-egl-platforms
+
--with-platforms

List the platforms (window systems) to support. Its argument is a comma -separated string such as --with-egl-platforms=x11,drm. It decides +separated string such as --with-platforms=x11,drm. It decides the platforms a driver may support. The first listed platform is also used by -the main library to decide the native platform: this defines EGL native -types such as EGLNativeDisplayType or -EGLNativeWindowType.

+the main library to decide the native platform.

The available platforms are x11, drm, wayland, surfaceless, android, @@ -132,44 +130,13 @@ 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

This variable specifies the native platform. The valid values are the same -as those for --with-egl-platforms. When the variable is not set, +as those for --with-platforms. When the variable is not set, the main library uses the first platform listed in ---with-egl-platforms as the native platform.

+--with-platforms as the native platform.

Extensions like EGL_MESA_drm_display define new functions to create displays for non-native platforms. These extensions are usually used by @@ -201,6 +168,7 @@ the X server directly using (XCB-)DRI2 protocol.

This driver can share DRI drivers with libGL.

+

Packaging