From: Ilia Mirkin Date: Mon, 4 Apr 2016 01:17:46 +0000 (-0400) Subject: docs: add note about GL_EXT_base_instance, sort entries X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=dab40d808367c88a6203d3731983efc670f084e7;p=mesa.git docs: add note about GL_EXT_base_instance, sort entries Trivial. Signed-off-by: Ilia Mirkin --- diff --git a/docs/relnotes/11.3.0.html b/docs/relnotes/11.3.0.html index 8aa9444c54c..6f8fcfbde29 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.
  • GL_ARB_shader_image_load_store on radeonsi, softpipe
  • GL_ARB_shader_image_size on radeonsi
  • GL_ATI_fragment_shader on all Gallium drivers
  • +
  • GL_EXT_base_instance on all drivers that support GL_ARB_base_instance
  • GL_OES_draw_buffers_indexed and GL_EXT_draw_buffers_indexed on all drivers that support GL_ARB_draw_buffers_blend
  • -
  • GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp
  • GL_OES_shader_image_atomic on all drivers that support GL_ARB_shader_image_load_store
  • +
  • GL_OES_texture_border_clamp and GL_EXT_texture_border_clamp on all drivers that support GL_ARB_texture_border_clamp
  • Bug fixes