diff options
author | Ilia Mirkin <[email protected]> | 2015-11-23 12:04:50 -0500 |
---|---|---|
committer | Ilia Mirkin <[email protected]> | 2015-11-23 12:32:54 -0500 |
commit | 33dc9aac07537378e88ec85d8900ff280a81ffca (patch) | |
tree | 911e75d5a77cca22af9b1f6db5fbb37c9d480d28 /docs/relnotes | |
parent | c9651f0264cc4189d62c3bda2a5effadeb2974e2 (diff) |
docs: update relnotes with new freedreno/a4xx support
Signed-off-by: Ilia Mirkin <[email protected]>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/11.2.0.html | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/docs/relnotes/11.2.0.html b/docs/relnotes/11.2.0.html index 8e00d16d64b..20f4543a562 100644 --- a/docs/relnotes/11.2.0.html +++ b/docs/relnotes/11.2.0.html @@ -44,7 +44,14 @@ Note: some of the new features are only available with certain drivers. </p> <ul> -TBD. +<li>GL_ARB_base_instance on freedreno/a4xx</li> +<li>GL_ARB_texture_buffer_object_rgb32 on freedreno/a4xx</li> +<li>GL_ARB_texture_buffer_range on freedreno/a4xx</li> +<li>GL_ARB_texture_query_lod on freedreno/a4xx</li> +<li>GL_ARB_texture_rgb10_a2ui on freedreno/a4xx</li> +<li>GL_ARB_texture_view on freedreno/a4xx</li> +<li>GL_ARB_vertex_type_10f_11f_11f_rev on freedreno/a4xx</li> +<li>GL_KHR_texture_compression_astc_ldr on freedreno/a4xx</li> </ul> <h2>Bug fixes</h2> |