mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-05-05 05:18:08 +02:00
i965/nir/vec4: removed unneeded tex src swizzle set
At that point the swizzle should be correct. Reviewed-by: Jason Ekstrand <jason.ekstrand@intel.com>
This commit is contained in:
parent
ae535cb0bf
commit
00c568f679
1 changed files with 0 additions and 1 deletions
|
|
@ -2624,7 +2624,6 @@ vec4_visitor::emit_texture(ir_texture_opcode op,
|
|||
mrf = param_base;
|
||||
writemask = WRITEMASK_W;
|
||||
}
|
||||
lod.swizzle = BRW_SWIZZLE_XXXX;
|
||||
emit(MOV(dst_reg(MRF, mrf, lod.type, writemask), lod));
|
||||
} else if (op == ir_txf) {
|
||||
emit(MOV(dst_reg(MRF, param_base, lod.type, WRITEMASK_W), lod));
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue