nv50: fix FP result counting for depth output

This commit is contained in:
Christoph Bumiller
2010-04-20 21:20:55 +02:00
parent 3c9df0bda6
commit 03e97e7f8d
+1 -1
View File
@@ -3822,7 +3822,7 @@ nv50_program_tx_prep(struct nv50_pc *pc)
for (rid = 0; i < pc->result_nr * 4; i++)
pc->result[i].rhw = rid++;
if (p->info.writes_z)
pc->result[2].rhw = rid;
pc->result[2].rhw = rid++;
p->cfg.high_result = rid;