mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-07 17:20:21 +01:00
Revert "i965/fs: Correctly set up gl_FragCoord.w on Sandybridge."
This reverts commit 2171197559, as it
caused a regression on Ironlake (bug #34646).
This commit is contained in:
parent
c9ded4d418
commit
f9f01e40c7
1 changed files with 1 additions and 1 deletions
|
|
@ -493,7 +493,7 @@ fs_visitor::emit_fragcoord_interpolation(ir_variable *ir)
|
|||
wpos.reg_offset++;
|
||||
|
||||
/* gl_FragCoord.w: Already set up in emit_interpolation */
|
||||
emit(fs_inst(BRW_OPCODE_MOV, wpos, this->pixel_w));
|
||||
emit(fs_inst(BRW_OPCODE_MOV, wpos, this->wpos_w));
|
||||
|
||||
return reg;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue