diff options
author | Andres Gomez <[email protected]> | 2019-09-18 11:39:10 +0300 |
---|---|---|
committer | Andres Gomez <[email protected]> | 2019-09-18 12:28:05 +0000 |
commit | f833b4cada07b746a10ffa4d93fcd821920c3cb1 (patch) | |
tree | fa6caa8d7b3e95dbf941297a7bea280b8474777d /docs | |
parent | ea74b1b9aaeb3e1d5df51e0ff1dc7810a3fb759e (diff) |
docs: Update to OpenGL 4.6 in the release notes
After 41549a18e6c ("i965: Enable OpenGL 4.6 for Gen8+"), Mesa
implements the OpenGL 4.6 API.
Cc: [email protected]
Signed-off-by: Andres Gomez <[email protected]>
Reviewed-by: Eric Engestrom <[email protected]>
Reviewed-by: Alejandro PiƱeiro <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/19.3.0.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docs/relnotes/19.3.0.html b/docs/relnotes/19.3.0.html index fb56cefc6ca..44d0fcd58e4 100644 --- a/docs/relnotes/19.3.0.html +++ b/docs/relnotes/19.3.0.html @@ -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> |