mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2025-12-24 15:20:10 +01:00
i965/vs: Port the fix for clip plane writemasks from brw_vs_emit.c.
This commit is contained in:
parent
83d5850518
commit
4a4857246c
1 changed files with 1 additions and 1 deletions
|
|
@ -1618,7 +1618,7 @@ vec4_visitor::emit_vue_header_gen6(int header_mrf)
|
|||
m = brw_message_reg(header_mrf + 1);
|
||||
|
||||
emit(BRW_OPCODE_DP4,
|
||||
dst_reg(brw_writemask(m, 1 << (i & 7))),
|
||||
dst_reg(brw_writemask(m, 1 << (i & 3))),
|
||||
src_reg(c->userplane[i]));
|
||||
}
|
||||
header_mrf += 2;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue