From 7f155a6da30a834269435356142c619ec8b90a5a Mon Sep 17 00:00:00 2001 From: Erik Faye-Lund Date: Fri, 20 Nov 2020 14:01:27 +0100 Subject: [PATCH] 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 Part-of: --- 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