diff options
author | Marek Olšák <[email protected]> | 2016-04-05 15:32:16 +0200 |
---|---|---|
committer | Marek Olšák <[email protected]> | 2016-04-05 15:32:40 +0200 |
commit | 25f96d2b9766afa61a518667268e3134f43451e2 (patch) | |
tree | 037935b8b02e27d328376f6dbfc43d1d0a51ab77 /docs | |
parent | 70299474f58ad7c0299ea5f997019880d1c4deef (diff) |
docs/relnotes: document EGL_KHR_reusable_sync
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/11.3.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html index 6f8fcfbde29..d494b84d568 100644 --- a/docs/relnotes/11.3.0.html +++ b/docs/relnotes/11.3.0.html @@ -53,6 +53,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all drivers that support GL_ARB_draw_buffers_blend</li> <li>GL_OES_shader_image_atomic on all drivers that support GL_ARB_shader_image_load_store</li> <li>GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp</li> +<li>EGL_KHR_reusable_sync on all drivers</li> </ul> <h2>Bug fixes</h2> |