Files
mesa/docs/opengles.rst
Emma Anholt 34fe896715 docs: Drop some weird unhelpful text about DRI2.
Both instructions for building were the same, and there's not much sense
in calling out just xcb-dri2 out of all the deps there are.

Reviewed-by: Marek Olšák <marek.olsak@amd.com>
Reviewed-by: Adam Jackson <ajax@redhat.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/33517>
2025-02-21 02:50:56 +00:00

25 lines
713 B
ReStructuredText

OpenGL ES
=========
Mesa implements OpenGL ES 1.1, 2.0, 3.0, 3.1 and 3.2, although some drivers
may expose lower limited set. More information about OpenGL ES can be found at
https://www.khronos.org/opengles/.
OpenGL ES depends on a working EGL implementation. Please refer to
:doc:`Mesa EGL <egl>` for more information about EGL.
Build the Libraries
-------------------
#. Run ``meson configure`` with ``-D gles1=enabled -D gles2=enabled`` and
enable the Gallium driver for your hardware.
#. Build and install Mesa as usual.
This will install libGLESv1_CM, libGLESv2, libEGL, and one or
more EGL drivers for your hardware.
Run the Demos
-------------
There are some demos in ``mesa/demos`` repository.