mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 20:20:24 +01:00
softpipe: Grab fs output z from the correct file.
This commit is contained in:
parent
a0fbc01cea
commit
69c7fc128c
1 changed files with 1 additions and 1 deletions
|
|
@ -151,7 +151,7 @@ exec_run( const struct sp_fragment_shader *base,
|
|||
{
|
||||
uint j;
|
||||
for (j = 0; j < 4; j++) {
|
||||
quad->output.depth[j] = machine->Outputs[0].xyzw[2].f[j];
|
||||
quad->output.depth[j] = machine->Outputs[i].xyzw[2].f[j];
|
||||
}
|
||||
}
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue