diff options
author | Francisco Jerez <[email protected]> | 2018-02-23 18:35:59 -0800 |
---|---|---|
committer | Francisco Jerez <[email protected]> | 2018-02-24 15:28:36 -0800 |
commit | 51562ea7a0678b8067f438f17a3d5fbe5280a997 (patch) | |
tree | 79a3f69b66a696dad62a95c26c2528feeb35cc4c /docs/relnotes | |
parent | c6c64d4d6a134231cbdbe09e3c6c87adb811ac7d (diff) |
mesa: Expose EXT_shader_framebuffer_fetch(_non_coherent) on desktop and embedded GL.
Reviewed-by: Plamena Manolova <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/18.1.0.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/18.1.0.html b/docs/relnotes/18.1.0.html index 8dd2550ced3..1d5201717fb 100644 --- a/docs/relnotes/18.1.0.html +++ b/docs/relnotes/18.1.0.html @@ -48,6 +48,8 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_bindless_texture on nvc0/maxwell+</li> <li>GL_EXT_semaphore on radeonsi</li> <li>GL_EXT_semaphore_fd on radeonsi</li> +<li>GL_EXT_shader_framebuffer_fetch on i965 on desktop GL (GLES was already supported)</li> +<li>GL_EXT_shader_framebuffer_fetch_non_coherent on i965</li> <li>Disk shader cache support for i965 enabled by default</li> </ul> |