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@anholt.net>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/7709>
This commit is contained in:
Erik Faye-Lund 2020-11-20 14:01:27 +01:00 committed by Marge Bot
parent 7b54772d53
commit 7f155a6da3
1 changed files with 2 additions and 2 deletions

View File

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