docs/egl: various wording improvements

Drop mention of the option for classic drivers, be clearer about which
options enable gles1 and 2+, mention that it's 2+ and not just 2, be
clearer when we say "main library" that we're talking about the EGL lib,
and some grammar fixes.

Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/28497>
This commit is contained in:
Eric Engestrom 2024-04-01 11:11:09 +01:00 committed by Marge Bot
parent 57ceedfc3e
commit a5f1f39bf7

View File

@ -26,10 +26,9 @@ Build EGL
-D gles2=enabled \
-D gallium-drivers=...
The main library and OpenGL is enabled by default. The first two
options above enables :doc:`OpenGL ES 1.x and 2.x <opengles>`. The
last two options enables the listed classic and Gallium drivers
respectively.
The main EGL library and OpenGL are enabled by default. The two
``gles*`` options after enable :doc:`OpenGL ES 1.x and 2.x+
<opengles>`. The last option enables the listed Gallium drivers.
#. Build and install Mesa as usual.