Mesa (9.1): docs: List new extensions added in Mesa 9.1

Matt Turner mattst88 at kemper.freedesktop.org
Tue Jan 29 00:46:38 UTC 2013


Module: Mesa
Branch: 9.1
Commit: 48af880f815b8f37d9c6e77e314d264250f742b0
URL:    http://cgit.freedesktop.org/mesa/mesa/commit/?id=48af880f815b8f37d9c6e77e314d264250f742b0

Author: Matt Turner <mattst88 at gmail.com>
Date:   Fri Jan 25 15:06:16 2013 -0800

docs: List new extensions added in Mesa 9.1

I did not list the *_get_program_binary extensions since they're not
useful to anyone with their current implementation (that supports 0
binary formats).

---

 docs/relnotes-9.1.html |    9 ++++++++-
 1 files changed, 8 insertions(+), 1 deletions(-)

diff --git a/docs/relnotes-9.1.html b/docs/relnotes-9.1.html
index ffca275..036290e 100644
--- a/docs/relnotes-9.1.html
+++ b/docs/relnotes-9.1.html
@@ -44,9 +44,16 @@ Note: some of the new features are only available with certain drivers.
 </p>
 
 <ul>
+<li>GL_ANGLE_texture_compression_dxt3</li>
+<li>GL_ANGLE_texture_compression_dxt5</li>
+<li>GL_ARB_ES3_compatibility</li>
+<li>GL_ARB_internalformat_query</li>
 <li>GL_ARB_map_buffer_alignment</li>
-<li>GL_ARB_texture_cube_map_array</li>
+<li>GL_ARB_shading_language_packing</li>
 <li>GL_ARB_texture_buffer_object_rgb32</li>
+<li>GL_ARB_texture_cube_map_array</li>
+<li>GL_EXT_color_buffer_float</li>
+<li>GL_OES_depth_texture_cube_map</li>
 </ul>
 
 




More information about the mesa-commit mailing list