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

Haihao Xiang wrote:
> Module: Mesa
> Branch: master
> Commit: bccc09e6bf98058b63fcff5856a71446ed1d4523
> URL:    
> http://cgit.freedesktop.org/mesa/mesa/commit/?id=bccc09e6bf98058b63fcff5856a71446ed1d4523
> 
> Author: Xiang, Haihao <[EMAIL PROTECTED]>
> Date:   Thu Oct 30 10:10:58 2008 +0800
> 
> mesa: fix an issue in _mesa_PointParameterfv().
> 
> ---
> 
>  src/mesa/main/points.c |    2 +-
>  1 files changed, 1 insertions(+), 1 deletions(-)
> 
> diff --git a/src/mesa/main/points.c b/src/mesa/main/points.c
> index 7e189a0..0244b34 100644
> --- a/src/mesa/main/points.c
> +++ b/src/mesa/main/points.c
> @@ -200,7 +200,7 @@ _mesa_PointParameterfv( GLenum pname, const GLfloat 
> *params)
>           }
>           break;
>        case GL_POINT_SPRITE_COORD_ORIGIN:
> -         if (ctx->Extensions.ARB_point_sprite) {
> +         if (ctx->Extensions.ARB_point_sprite | 
> ctx->Extensions.NV_point_sprite) {
                                                 ^
It think you meant "||" here.

>              GLenum value = (GLenum) params[0];
>              if (value != GL_LOWER_LEFT && value != GL_UPPER_LEFT) {
>                 _mesa_error(ctx, GL_INVALID_VALUE,

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.9 (GNU/Linux)

iEYEARECAAYFAkkbPPQACgkQX1gOwKyEAw+3gQCgl7THvVNr163UJI3usecYLg+B
u+AAn2qpQVNKqJRlu/ZBfeZLMfDmLRGk
=n2H3
-----END PGP SIGNATURE-----

-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Mesa3d-dev mailing list
Mesa3d-dev@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mesa3d-dev

Reply via email to