-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Brian Paul wrote:
> Module: Mesa
> Branch: master
> Commit: 2e7a1dd8caa8b5fa83a306f6bb506a48b23616a2
> URL:    
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=2e7a1dd8caa8b5fa83a306f6bb506a48b23616a2
> 
> Author: Brian Paul <bri...@vmware.com>
> Date:   Tue Sep 15 16:01:22 2009 -0600
> 
> mesa: added GL_ARB_provoking_vertex (same as EXT version)

The two extensions are functionally the same, but they have different
entry points.  The EXT version uses glProvokingVertexEXT, and the ARB
version uses glProvokingVertex.  The later doesn't seem to exist in Mesa.

> ---
> 
>  src/mesa/main/extensions.c |    1 +
>  1 files changed, 1 insertions(+), 0 deletions(-)
> 
> diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c
> index 2ad66de..6b11ace 100644
> --- a/src/mesa/main/extensions.c
> +++ b/src/mesa/main/extensions.c
> @@ -63,6 +63,7 @@ static const struct {
>     { OFF, "GL_ARB_pixel_buffer_object",        F(EXT_pixel_buffer_object) },
>     { OFF, "GL_ARB_point_parameters",           F(EXT_point_parameters) },
>     { OFF, "GL_ARB_point_sprite",               F(ARB_point_sprite) },
> +   { OFF, "GL_ARB_provoking_vertex",           F(EXT_provoking_vertex) },
>     { OFF, "GL_ARB_seamless_cube_map",          F(ARB_seamless_cube_map) },
>     { OFF, "GL_ARB_shader_objects",             F(ARB_shader_objects) },
>     { OFF, "GL_ARB_shading_language_100",       F(ARB_shading_language_100) },
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)
Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/

iEYEARECAAYFAkqyZK8ACgkQX1gOwKyEAw8f6wCgiPj+OzMXHqhkVUO27IdiFfiD
aR8AnjU6h9H8V3F2Bn6B3QdzcziDk0kY
=bfrU
-----END PGP SIGNATURE-----

------------------------------------------------------------------------------
Come build with us! The BlackBerry&reg; Developer Conference in SF, CA
is the only developer event you need to attend this year. Jumpstart your
developing skills, take BlackBerry mobile applications to market and stay 
ahead of the curve. Join us from November 9&#45;12, 2009. Register now&#33;
http://p.sf.net/sfu/devconf
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to