summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/gallium/drivers/nv50/nv50_program.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gallium/drivers/nv50/nv50_program.c b/src/gallium/drivers/nv50/nv50_program.c
index d47941d3b1..d4a75dc64a 100644
--- a/src/gallium/drivers/nv50/nv50_program.c
+++ b/src/gallium/drivers/nv50/nv50_program.c
@@ -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;