diff options
Diffstat (limited to 'docs/relnotes-7.6.html')
-rw-r--r-- | docs/relnotes-7.6.html | 17 |
1 files changed, 10 insertions, 7 deletions
diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index 77ce013d436..1e7ccf88bf2 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -24,13 +24,6 @@ Some drivers don't support all the features required in OpenGL 2.1. See the <a href="install.html">Compiling/Installing page</a> for prerequisites for DRI hardware acceleration. </p> -<p> -Note that the Mesa project is no longer using odd/even version numbers -to indicate development/stable releases. -The so-called development releases have been fairly stable. -If you're especially concerned with stability you should probably look for -"point" releases such as 7.5.1 which will be a bug-fix release. -</p> <h2>MD5 checksums</h2> @@ -43,6 +36,16 @@ tbd <ul> <li><a href="openvg.html">OpenVG</a> front-end (state tracker for Gallium). This was written by Zack Rusin at Tungsten Graphics. +<li>GL_APPLE_vertex_array_object for Gallium drivers and Intel DRI drivers. +<li>GL_ARB_vertex_array_object for Gallium drivers, software drivers and + Intel DRI drivers. +<li>GL_ARB_copy_buffer extension (supported in Gallium and swrast drivers) +<LI>GL_ARB_map_buffer_range extension (supported in Gallium and software drivers) +<li>GL_EXT_provoking_vertex extension (supported in Gallium and software drivers) +<li>Rewritten radeon/r200/r300 driver using a buffer manager +<li>radeon/r200/r300 GL_EXT_framebuffer_object support when used with + kernel memory manager +<li>r300 driver support for GL_EXT_vertex_array_bgra, GL_EXT_texture_sRGB </ul> |