mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2024-11-26 19:54:33 +08:00
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:
parent
57ceedfc3e
commit
a5f1f39bf7
@ -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.
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user