projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a90cae8
)
mesa: update PointParameter usage
author
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 11 Sep 2008 19:08:07 +0000
(20:08 +0100)
committer
Keith Whitwell
<keith@tungstengraphics.com>
Thu, 11 Sep 2008 19:08:07 +0000
(20:08 +0100)
src/mesa/main/attrib.c
patch
|
blob
|
history
diff --git
a/src/mesa/main/attrib.c
b/src/mesa/main/attrib.c
index 1a2c34b7109e7216cfab9cae266a4780493146fb..32d86ce149092595b7e183fcefe0798a224263d9 100644
(file)
--- a/
src/mesa/main/attrib.c
+++ b/
src/mesa/main/attrib.c
@@
-1109,9
+1109,9
@@
_mesa_PopAttrib(void)
}
_mesa_set_enable(ctx, GL_POINT_SPRITE_NV,point->PointSprite);
if (ctx->Extensions.NV_point_sprite)
- _mesa_PointParameteri
NV
(GL_POINT_SPRITE_R_MODE_NV,
+ _mesa_PointParameteri(GL_POINT_SPRITE_R_MODE_NV,
ctx->Point.SpriteRMode);
- _mesa_PointParameterf
EXT
(GL_POINT_SPRITE_COORD_ORIGIN,
+ _mesa_PointParameterf(GL_POINT_SPRITE_COORD_ORIGIN,
(GLfloat)ctx->Point.SpriteOrigin);
}
}