diff options
author | Ilia Mirkin <imirkin@alum.mit.edu> | 2015-11-07 19:32:32 -0500 |
---|---|---|
committer | Rob Clark <robclark@freedesktop.org> | 2015-11-18 14:31:13 -0500 |
commit | 84d087aea29821a029aeefe76386d487e72d7287 (patch) | |
tree | 4201c63a803086d3c1840de1be14ca8b27c75902 /docs | |
parent | 8106fec74c4d8548974fcf64e052a6bac07e926f (diff) | |
download | external_mesa3d-84d087aea29821a029aeefe76386d487e72d7287.zip external_mesa3d-84d087aea29821a029aeefe76386d487e72d7287.tar.gz external_mesa3d-84d087aea29821a029aeefe76386d487e72d7287.tar.bz2 |
freedreno/a3xx: add missing formats to enable ARB_vertex_type_2_10_10_10_rev
The previously RE'd formats were from an ES driver implementing
OES_vertex_type_10_10_10_2 and thus backwards. A future change could add
the 2_10_10_10 support.
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Rob Clark <robclark@freedesktop.org>
Diffstat (limited to 'docs')
-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 6654311..0075a00 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -57,6 +57,7 @@ Note: some of the new features are only available with certain drivers. <li>GL_ARB_texture_barrier / GL_NV_texture_barrier on i965</li> <li>GL_ARB_texture_query_lod on softpipe</li> <li>GL_ARB_texture_view on radeonsi and r600 (for evergeen and newer)</li> +<li>GL_ARB_vertex_type_2_10_10_10_rev on freedreno (a3xx)</li> <li>GL_EXT_buffer_storage implemented for when ES 3.1 support is gained</li> <li>GL_EXT_draw_elements_base_vertex on all drivers</li> <li>GL_OES_draw_elements_base_vertex on all drivers</li> |