Mesa (master): docs: add note about GL_EXT_base_instance, sort entries

Ilia Mirkin imirkin at kemper.freedesktop.org
Mon Apr 4 01:19:15 UTC 2016


Module: Mesa
Branch: master
Commit: dab40d808367c88a6203d3731983efc670f084e7
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=dab40d808367c88a6203d3731983efc670f084e7

Author: Ilia Mirkin <imirkin at alum.mit.edu>
Date:   Sun Apr  3 21:17:46 2016 -0400

docs: add note about GL_EXT_base_instance, sort entries

Trivial.

Signed-off-by: Ilia Mirkin <imirkin at alum.mit.edu>

---

 docs/relnotes/11.3.0.html | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html
index 8aa9444..6f8fcfb 100644
--- a/docs/relnotes/11.3.0.html
+++ b/docs/relnotes/11.3.0.html
@@ -49,9 +49,10 @@ Note: some of the new features are only available with certain drivers.
 <li>GL_ARB_shader_image_load_store on radeonsi, softpipe</li>
 <li>GL_ARB_shader_image_size on radeonsi</li>
 <li>GL_ATI_fragment_shader on all Gallium drivers</li>
+<li>GL_EXT_base_instance on all drivers that support GL_ARB_base_instance</li>
 <li>GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all drivers that support GL_ARB_draw_buffers_blend</li>
-<li>GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp</li>
 <li>GL_OES_shader_image_atomic on all drivers that support GL_ARB_shader_image_load_store</li>
+<li>GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp</li>
 </ul>
 
 <h2>Bug fixes</h2>




More information about the mesa-commit mailing list