summaryrefslogtreecommitdiff
path: root/docs/index.rst
diff options
context:
space:
mode:
authorErik Faye-Lund <erik.faye-lund@collabora.com>2020-11-20 14:20:47 +0100
committerMarge Bot <eric+marge@anholt.net>2020-12-01 18:32:31 +0000
commite3047762c915032e161bcba612a1436ffae32a21 (patch)
tree47f792a1b6f8582c89f9177c70db6f982c58056b /docs/index.rst
parent7f155a6da30a834269435356142c619ec8b90a5a (diff)
downloadmesa-e3047762c915032e161bcba612a1436ffae32a21.tar.gz
docs: mention egl in api-list
Reviewed-by: Eric Anholt <eric@anholt.net> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7709>
Diffstat (limited to 'docs/index.rst')
-rw-r--r--docs/index.rst3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/index.rst b/docs/index.rst
index eb13b9dfdbb..bf1cfb237af 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -8,7 +8,7 @@ The Mesa project began as an open-source implementation of the
Over the years the project has grown to implement more graphics APIs,
including `OpenGL ES`_, `OpenCL`_, `OpenMAX`_, `VDPAU`_, `VA API`_,
-`XvMC`_ and `Vulkan`_.
+`XvMC`_, `Vulkan`_ and `EGL`_.
A variety of device drivers allows the Mesa libraries to be used in many
different environments ranging from software emulation to complete
@@ -26,5 +26,6 @@ and other operating systems.
.. _VA API: https://en.wikipedia.org/wiki/Video_Acceleration_API
.. _XvMC: https://en.wikipedia.org/wiki/X-Video_Motion_Compensation
.. _Vulkan: https://www.khronos.org/vulkan/
+.. _EGL: https://www.khronos.org/egl/
.. _Direct Rendering Infrastructure: https://dri.freedesktop.org/
.. _X.org: https://x.org