mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-01-29 18:10:23 +01:00
i965/fs: Don't force MASK_DISABLE on INDIRECT_MOV instructions
It should work fine without it and the visitor can set it if it wants.
This commit is contained in:
parent
2c90f08bf7
commit
653d8044ab
1 changed files with 0 additions and 1 deletions
|
|
@ -366,7 +366,6 @@ fs_generator::generate_mov_indirect(fs_inst *inst,
|
|||
assert(inst->exec_size == 8 || devinfo->gen >= 8);
|
||||
|
||||
brw_MOV(p, addr, indirect_byte_offset);
|
||||
brw_inst_set_mask_control(devinfo, brw_last_inst, BRW_MASK_DISABLE);
|
||||
brw_MOV(p, dst, retype(brw_VxH_indirect(0, imm_byte_offset), dst.type));
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue