nv50: set the FragDepth output index

This commit is contained in:
Christoph Bumiller
2010-08-28 17:05:11 +02:00
parent db1874272c
commit 3844c36594
+1 -1
View File
@@ -461,7 +461,7 @@ nv50_fragprog_prepare(struct nv50_translation_info *ti)
}
if (depr < p->out_nr) {
p->out[depr].mask = 0x4;
p->out[depr].hw = p->max_out++;
p->out[depr].hw = ti->output_map[depr][2] = p->max_out++;
}
return 0;