diff options
author | Lionel Landwerlin <[email protected]> | 2016-11-03 17:18:45 +0000 |
---|---|---|
committer | Lionel Landwerlin <[email protected]> | 2016-11-18 13:27:28 +0000 |
commit | 9a806d2d15d9ec9e11087e4bd7dd390e4263309c (patch) | |
tree | 0874912cd052e0893552ceb959530185765af993 /docs | |
parent | 88fe2c308ec0902b8f3980f9ce6ab6241ba74c14 (diff) |
mesa: add NV_image_formats extension support
This extension can be enabled automatically as it is a subset of
ARB_shader_image_load_store.
v2: Replace helper function by qualifier struct field (Ilia)
Enable NV_image_formats using ARB_shader_image_load_store (Ilia)
v3: Drop extension field from gl_extensions (Ilia)
Release notes (Ilia)
Signed-off-by: Lionel Landwerlin <[email protected]>
Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=98480
Reviewed-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/relnotes/13.1.0.html | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/docs/relnotes/13.1.0.html b/docs/relnotes/13.1.0.html index 0bbf19d62eb..4f76cc287fe 100644 --- a/docs/relnotes/13.1.0.html +++ b/docs/relnotes/13.1.0.html @@ -44,12 +44,16 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -TBD. +<li>GL_NV_image_formats on any driver supporting GL_ARB_shader_image_load_store (i965, nvc0, radeonsi, softpipe)</li> </ul> <h2>Bug fixes</h2> -TBD. +<ul> + +<li><a href="https://bugs.freedesktop.org/show_bug.cgi?id=98480">Bug 98480</a> - Support R8 image texture in ES 3.1</li> + +</ul> <h2>Changes</h2> |