nv50: fix typo in nv50_fragprog_assign_slots

This commit is contained in:
Christoph Bumiller
2012-04-24 20:04:48 +02:00
parent e9df9636b9
commit 29a0c8cd60
+1 -1
View File
@@ -170,7 +170,7 @@ nv50_fragprog_assign_slots(struct nv50_ir_prog_info *info)
prog->in[i].hw = nintp;
for (c = 0; c < 4; ++c)
if (info->in[i].mask & (1 << c))
if (prog->in[i].mask & (1 << c))
info->in[j].slot[c] = nintp++;
}
/* (n == m) if m never increased, i.e. no flat inputs */