diff options
author | Emil Velikov <[email protected]> | 2015-09-14 18:35:48 +0100 |
---|---|---|
committer | Emil Velikov <[email protected]> | 2015-10-07 15:08:50 +0100 |
commit | b69cfbdf18fa64606a76761b20bc268f4ac731e5 (patch) | |
tree | d77d71cab138dda37c217554d6bff45f219a07c5 /docs | |
parent | 70643a1389179c214b454a6a49e9f47a768ba904 (diff) |
mesa: enable KHR_debug for ES contexts
Signed-off-by: Emil Velikov <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/11.1.0.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index c755c98f6eb..88c34dd808d 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -45,11 +45,12 @@ Note: some of the new features are only available with certain drivers. <ul> <li>GL_ARB_blend_func_extended on freedreno (a3xx)</li> +<li>GL_ARB_gpu_shader_fp64 on r600 for Cypress/Cayman/Aruba chips</li> <li>GL_ARB_shader_storage_buffer_object on i965</li> <li>GL_ARB_shader_texture_image_samples on i965, nv50, nvc0, r600, radeonsi</li> <li>GL_ARB_texture_barrier / GL_NV_texture_barrier on i965</li> <li>GL_ARB_texture_query_lod on softpipe</li> -<li>GL_ARB_gpu_shader_fp64 on r600 for Cypress/Cayman/Aruba chips</li> +<li>GL_KHR_debug (GLES)</li> </ul> <h2>Bug fixes</h2> |