docs: Update to OpenGL 4.6 in the release notes

After 41549a18e6 ("i965: Enable OpenGL 4.6 for Gen8+"), Mesa
implements the OpenGL 4.6 API.

Cc: mesa-stable@lists.freedesktop.org
Signed-off-by: Andres Gomez <agomez@igalia.com>
Reviewed-by: Eric Engestrom <eric@engestrom.ch>
Reviewed-by: Alejandro Piñeiro <apinheiro@igalia.com>
This commit is contained in:
Andres Gomez 2019-09-18 11:39:10 +03:00
parent ea74b1b9aa
commit f833b4cada
1 changed files with 3 additions and 3 deletions

View File

@ -22,11 +22,11 @@ with stability and reliability should stick with a previous release or
wait for Mesa 19.3.1.
</p>
<p>
Mesa 19.3.0 implements the OpenGL 4.5 API, but the version reported by
Mesa 19.3.0 implements the OpenGL 4.6 API, but the version reported by
glGetString(GL_VERSION) or glGetIntegerv(GL_MAJOR_VERSION) /
glGetIntegerv(GL_MINOR_VERSION) depends on the particular driver being used.
Some drivers don't support all the features required in OpenGL 4.5. OpenGL
4.5 is <strong>only</strong> available if requested at context creation.
Some drivers don't support all the features required in OpenGL 4.6. OpenGL
4.6 is <strong>only</strong> available if requested at context creation.
Compatibility contexts may report a lower version depending on each driver.
</p>