diff options
author | Ilia Mirkin <[email protected]> | 2015-08-13 15:39:40 -0400 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-09-23 15:49:54 -0400 |
commit | 71e187430cdd1d82972554d7f9e994a41847bea1 (patch) | |
tree | dbcaa8609f55bf45d0db67d2124ed74f4a1ad285 /docs/relnotes/11.1.0.html | |
parent | 31a36ffbc81a4dd79b91bf0fc59f0e5f8d44dbd7 (diff) |
i965: add ARB_texture_barrier support
Signed-off-by: Ilia Mirkin <[email protected]>
Reviewed-by: Jason Ekstrand <[email protected]>
Diffstat (limited to 'docs/relnotes/11.1.0.html')
-rw-r--r-- | docs/relnotes/11.1.0.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 89b9a191176..e28fab6060c 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -46,6 +46,7 @@ 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_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> </ul> |