summaryrefslogtreecommitdiff
path: root/src/gallium/drivers/nv30/nv30_vertprog.c
diff options
context:
space:
mode:
authorBen Skeggs <skeggsb@gmail.com>2008-06-23 00:14:21 +1000
committerBen Skeggs <skeggsb@gmail.com>2008-06-23 00:14:21 +1000
commit5a01060eb95cb2cb168cb7224ecc805020584c91 (patch)
tree8c1f4fee11b2eae2df8a32108bfee6a32910faa7 /src/gallium/drivers/nv30/nv30_vertprog.c
parentaa3ab377e6e2e5811cdd704d87c3e24acb5eff72 (diff)
nouveau: update for interface changes + hack around gallium x86_64 bustage
Diffstat (limited to 'src/gallium/drivers/nv30/nv30_vertprog.c')
-rw-r--r--src/gallium/drivers/nv30/nv30_vertprog.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv30/nv30_vertprog.c b/src/gallium/drivers/nv30/nv30_vertprog.c
index 71aea3a59c..1b34d2e4b2 100644
--- a/src/gallium/drivers/nv30/nv30_vertprog.c
+++ b/src/gallium/drivers/nv30/nv30_vertprog.c
@@ -530,7 +530,7 @@ nv30_vertprog_parse_decl_output(struct nv30_vpc *vpc,
return FALSE;
}
- vpc->output_map[fdec->u.DeclarationRange.First] = hw;
+ vpc->output_map[fdec->DeclarationRange.First] = hw;
return TRUE;
}