Module: Mesa Branch: master Commit: 33dc9aac07537378e88ec85d8900ff280a81ffca URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=33dc9aac07537378e88ec85d8900ff280a81ffca
Author: Ilia Mirkin <[email protected]> Date: Mon Nov 23 12:04:50 2015 -0500 docs: update relnotes with new freedreno/a4xx support Signed-off-by: Ilia Mirkin <[email protected]> --- docs/relnotes/11.2.0.html | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/docs/relnotes/11.2.0.html b/docs/relnotes/11.2.0.html index 8e00d16..20f4543 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> _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
