diff options
author | Kristian Høgsberg Kristensen <[email protected]> | 2015-09-29 17:10:50 -0700 |
---|---|---|
committer | Kristian Høgsberg Kristensen <[email protected]> | 2015-10-01 14:24:29 -0700 |
commit | 005c8e01062e8e88a86904b955d5422742bd32e7 (patch) | |
tree | c32b3e01c2dd93257dc7255a8f3aa99a60551035 /docs/relnotes/11.1.0.html | |
parent | 337caee91078e3d83ff01b929a44a74600cde6a7 (diff) | |
parent | cb758b892a7e62ff1f6187f2ca9ac543ff70a096 (diff) |
Merge branch 'master' of ../mesa into vulkan
Diffstat (limited to 'docs/relnotes/11.1.0.html')
-rw-r--r-- | docs/relnotes/11.1.0.html | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 7f80206a9f2..c755c98f6eb 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -44,7 +44,12 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -TBD. +<li>GL_ARB_blend_func_extended on freedreno (a3xx)</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> </ul> <h2>Bug fixes</h2> |