Module: Mesa Branch: master Commit: b2a1ca4fcf1cd16f85404fc582cec14e28b79e07 URL: http://cgit.freedesktop.org/mesa/mesa/commit/?id=b2a1ca4fcf1cd16f85404fc582cec14e28b79e07
Author: Brian Paul <[email protected]> Date: Mon Jun 22 17:54:16 2009 -0600 docs: document GL_ARB_vertex_array_object --- docs/relnotes-7.6.html | 2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/docs/relnotes-7.6.html b/docs/relnotes-7.6.html index 3c4ff4f..1e7ccf8 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -37,6 +37,8 @@ tbd <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) _______________________________________________ mesa-commit mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-commit
