projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f65a4b8
)
fix typo
author
Ben Skeggs
<darktama@iinet.net.au>
Sat, 11 Nov 2006 20:00:29 +0000
(20:00 +0000)
committer
Ben Skeggs
<darktama@iinet.net.au>
Sat, 11 Nov 2006 20:00:29 +0000
(20:00 +0000)
src/mesa/drivers/dri/nouveau/nv30_state.c
patch
|
blob
|
history
diff --git
a/src/mesa/drivers/dri/nouveau/nv30_state.c
b/src/mesa/drivers/dri/nouveau/nv30_state.c
index c3670580a2dcb4f4b9a948086ba1984d63b8c7f7..e6e5fdbd153780058358906b1e5c7778da2b0615 100644
(file)
--- a/
src/mesa/drivers/dri/nouveau/nv30_state.c
+++ b/
src/mesa/drivers/dri/nouveau/nv30_state.c
@@
-437,7
+437,7
@@
void nv30PointSize(GLcontext *ctx, GLfloat size)
{
nouveauContextPtr nmesa = NOUVEAU_CONTEXT(ctx);
BEGIN_RING_SIZE(NvSub3D, NV30_TCL_PRIMITIVE_3D_POINT_SIZE, 1);
- OUT_RIN
F
f(size);
+ OUT_RIN
G
f(size);
}
/** Select a polygon rasterization mode */