From 57ceedfc3ee42b9169993a728660091efa9d5ac9 Mon Sep 17 00:00:00 2001 From: Eric Engestrom Date: Mon, 1 Apr 2024 10:57:48 +0100 Subject: [PATCH] docs: mesa also implements gles 3.0+ Part-of: --- docs/opengles.rst | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/opengles.rst b/docs/opengles.rst index 4e1bf80e1d7..c471d5573f0 100644 --- a/docs/opengles.rst +++ b/docs/opengles.rst @@ -1,8 +1,9 @@ OpenGL ES ========= -Mesa implements OpenGL ES 1.1 and OpenGL ES 2.0. More information about -OpenGL ES can be found at https://www.khronos.org/opengles/. +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 ` for more information about EGL.