Mesa (master): docs: do not explicitly call out es-versions

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Tue Dec 1 18:35:30 UTC 2020


Module: Mesa
Branch: master
Commit: 7f155a6da30a834269435356142c619ec8b90a5a
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=7f155a6da30a834269435356142c619ec8b90a5a

Author: Erik Faye-Lund <erik.faye-lund at collabora.com>
Date:   Fri Nov 20 14:01:27 2020 +0100

docs: do not explicitly call out es-versions

There's no reason to explicitly call out GL ES versions here, as these
are all major versions there are, and it's very unlikely that more
versions will emerge.

Reviewed-by: Eric Anholt <eric at anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7709>

---

 docs/index.rst | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/index.rst b/docs/index.rst
index 65d186864d3..eb13b9dfdbb 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -7,8 +7,8 @@ The Mesa project began as an open-source implementation of the
 `OpenGL`_ specification - a system for rendering interactive 3D graphics.
 
 Over the years the project has grown to implement more graphics APIs,
-including `OpenGL ES`_ (versions 1, 2, 3), `OpenCL`_, `OpenMAX`_,
-`VDPAU`_, `VA API`_, `XvMC`_ and `Vulkan`_.
+including `OpenGL ES`_, `OpenCL`_, `OpenMAX`_, `VDPAU`_, `VA API`_,
+`XvMC`_ and `Vulkan`_.
 
 A variety of device drivers allows the Mesa libraries to be used in many
 different environments ranging from software emulation to complete



More information about the mesa-commit mailing list