From: Brian Paul Date: Tue, 2 Jun 2009 02:45:08 +0000 (-0600) Subject: docs: implemented GL_EXT_provoking_vertex X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=2ecc2ece9c2740958f303e0426fdc9037c40eb3a;p=mesa.git docs: implemented GL_EXT_provoking_vertex --- 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
  • OpenVG front-end (state tracker for Gallium). This was written by Zack Rusin at Tungsten Graphics.
  • GL_APPLE_vertex_array_object for Gallium drivers and Intel DRI drivers. +
  • GL_EXT_provoking_vertex extension - only supported in some drivers +(swrast at this time)