diff options
author | Ilia Mirkin <[email protected]> | 2015-09-10 21:44:45 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-09-13 18:24:45 -0400 |
commit | 67d2d3ba433a43bbf03b80c1d7e140e1fc9de2f6 (patch) | |
tree | ceff7185a025fac7440c56278c7fd21e6574de01 /docs/relnotes/11.1.0.html | |
parent | ec3fe42b3a7c8d8a33d66aa7e3a43330b9c3c926 (diff) |
st/mesa: emit TXQS, support ARB_shader_texture_image_samples
The image component of the ext is a no-op since there is no image support
in gallium (yet).
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Edward O'Callaghan <[email protected]>
Reviewed-by: Brian Paul <[email protected]>
Diffstat (limited to 'docs/relnotes/11.1.0.html')
-rw-r--r-- | docs/relnotes/11.1.0.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 528905f772b..6abdf7ad855 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -44,7 +44,7 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -<li>GL_ARB_shader_texture_image_samples on i965</li> +<li>GL_ARB_shader_texture_image_samples on i965, nv50, nvc0, r600</li> <li>GL_ARB_texture_query_lod on softpipe</li> <li>GL_ARB_gpu_shader_fp64 on r600 for Cypress/Cayman/Aruba chips</li> </ul> |