projects
/
profile
/
ivi
/
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
c367058
..
e6e5fdb
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 */