diff options
author | Marek Olšák <[email protected]> | 2015-04-29 17:57:46 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2015-07-03 16:24:29 +0200 |
commit | 7744687ddb7f1b223da6a862c282173123921023 (patch) | |
tree | c8da66ad94e39ef98fd7fa35a249f0960a7b19db /docs | |
parent | 914365c0eb039f66370cff166428c703e02ad510 (diff) |
docs/relnotes: document create_context_robustness extensions
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/10.7.0.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/relnotes/10.7.0.html b/docs/relnotes/10.7.0.html index 2484243f7eb..7f55b067a4a 100644 --- a/docs/relnotes/10.7.0.html +++ b/docs/relnotes/10.7.0.html @@ -45,12 +45,14 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_AMD_vertex_shader_viewport_index on radeonsi</li> -<li>GL_ARB_framebuffer_no_attachments on i965</li> -<li>GL_ARB_shader_stencil_export on llvmpipe</li> -<li>GL_ARB_viewport_array on radeonsi</li> <li>GL_ARB_fragment_layer_viewport on radeonsi</li> +<li>GL_ARB_framebuffer_no_attachments on i965</li> <li>GL_ARB_gpu_shader_fp64 on llvmpipe</li> +<li>GL_ARB_shader_stencil_export on llvmpipe</li> <li>GL_ARB_vertex_attrib_64bit on llvmpipe</li> +<li>GL_ARB_viewport_array on radeonsi</li> +<li>GLX_ARB_create_context_robustness on r600, radeonsi</li> +<li>EGL_EXT_create_context_robustness on r600, radeonsi</li> </ul> <h2>Bug fixes</h2> |