diff options
author | Brian Paul <[email protected]> | 2009-06-01 20:45:08 -0600 |
---|---|---|
committer | Brian Paul <[email protected]> | 2009-06-01 20:45:08 -0600 |
commit | 2ecc2ece9c2740958f303e0426fdc9037c40eb3a (patch) | |
tree | 6c1c14fb53621db56ea9ae8f4c16142b4ad5e901 /docs | |
parent | a444d245e5098a85c7b1c0f1923300a8ef9a31d6 (diff) |
docs: implemented GL_EXT_provoking_vertex
Diffstat (limited to 'docs')
-rw-r--r-- | 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 82c0c2e947c..bd3c678aef1 100644 --- a/docs/relnotes-7.6.html +++ b/docs/relnotes-7.6.html @@ -44,6 +44,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_EXT_provoking_vertex extension - only supported in some drivers +(swrast at this time) </ul> |