diff options
author | Brian Paul <brianp@vmware.com> | 2015-12-15 15:33:54 -0700 |
---|---|---|
committer | Brian Paul <brianp@vmware.com> | 2015-12-16 19:38:51 -0700 |
commit | a34e7612dcde891121e355e78c058f138a34c31c (patch) | |
tree | 9ef466b861f45de81787bb94af09308292cbad0e /docs/relnotes | |
parent | c2c0983215033524f23779d9deb25da6e5ebc733 (diff) | |
download | external_mesa3d-a34e7612dcde891121e355e78c058f138a34c31c.zip external_mesa3d-a34e7612dcde891121e355e78c058f138a34c31c.tar.gz external_mesa3d-a34e7612dcde891121e355e78c058f138a34c31c.tar.bz2 |
osmesa: add new OSMesaCreateContextAttribs function
This allows specifying a GL profile and version so one can get a core-
profile context.
Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/11.2.0.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/11.2.0.html b/docs/relnotes/11.2.0.html index 12e0f07..e382856 100644 --- a/docs/relnotes/11.2.0.html +++ b/docs/relnotes/11.2.0.html @@ -56,6 +56,8 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_vertex_type_10f_11f_11f_rev on freedreno/a4xx</li> <li>GL_KHR_texture_compression_astc_ldr on freedreno/a4xx</li> <li>GL_AMD_performance_monitor on radeonsi (CIK+ only)</li> +<li>New OSMesaCreateContextAttribs() function (for creating core profile + contexts)</li> </ul> <h2>Bug fixes</h2> |