From d8c26969d5ea585bf53d6efdc5ba2c634b84a2a6 Mon Sep 17 00:00:00 2001 From: Ilia Mirkin Date: Fri, 20 Nov 2015 20:40:45 -0500 Subject: freedreno/a4xx: add missing formats to enable ARB_vertex_type_2_10_10_10_rev Same as commit 84d087aea but for a4xx. The RE'd enums had the same issue too. Signed-off-by: Ilia Mirkin --- docs/relnotes/11.1.0.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/relnotes') diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index c1d30e8e9ec..3c1150a6d2b 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -61,7 +61,7 @@ Note: some of the new features are only available with certain drivers.
  • GL_ARB_texture_barrier / GL_NV_texture_barrier on i965
  • GL_ARB_texture_query_lod on softpipe
  • GL_ARB_texture_view on radeonsi and r600 (for evergeen and newer)
  • -
  • GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx)
  • +
  • GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx, a4xx)
  • GL_EXT_blend_func_extended on all drivers that support the ARB version
  • GL_EXT_buffer_storage implemented for when ES 3.1 support is gained
  • GL_EXT_draw_elements_base_vertex on all drivers
  • -- cgit v1.2.3