diff options
author | Ryan Houdek <sonicadvance1@gmail.com> | 2015-11-01 21:25:27 -0600 |
---|---|---|
committer | Ilia Mirkin <imirkin@alum.mit.edu> | 2015-11-01 23:02:06 -0500 |
commit | af7c98a9c75b17fc8c8ed0989aa732766e5b06d1 (patch) | |
tree | 65ee60c6ca8a235911857785cbfaf5acd79ea266 /docs/relnotes | |
parent | 985b51551a9bafec86604714d5faf3065dad4812 (diff) |
mesa: expose support for OES/EXT_draw_elements_base_vertex to OpenGL ES
This has been tested with the piglits in the mailing list and
on the Dolphin emulator.
Reviewed-by: Ilia Mirkin <imirkin@alum.mit.edu>
Diffstat (limited to 'docs/relnotes')
-rw-r--r-- | docs/relnotes/11.1.0.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/relnotes/11.1.0.html b/docs/relnotes/11.1.0.html index 972361fbdb..7160244fcb 100644 --- a/docs/relnotes/11.1.0.html +++ b/docs/relnotes/11.1.0.html @@ -55,6 +55,8 @@ 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</li> +<li>GL_EXT_draw_elements_base_vertex on all drivers</li> +<li>GL_OES_draw_elements_base_vertex on all drivers</li> <li>EGL_KHR_create_context on softpipe, llvmpipe</li> <li>EGL_KHR_gl_colorspace on softpipe, llvmpipe</li> <li>new virgl gallium driver for qemu virtio-gpu</li> |