mirror of
https://gitlab.freedesktop.org/mesa/mesa.git
synced 2026-06-04 06:38:19 +02:00
jay: remove send split hack
The new partitioning code behaves sensibly here now. Signed-off-by: Alyssa Rosenzweig <alyssa.rosenzweig@intel.com> Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/41808>
This commit is contained in:
parent
04236b3912
commit
c78c2e03f4
1 changed files with 0 additions and 5 deletions
|
|
@ -849,11 +849,6 @@ jay_emit_fb_write(jay_builder *b, nir_intrinsic_instr *intr)
|
|||
srcs[i] = jay_UNDEF_u32(b);
|
||||
}
|
||||
|
||||
/* Our current send splitting heuristic is bad, override it. */
|
||||
if (split == -1) {
|
||||
split = len;
|
||||
}
|
||||
|
||||
jay_inst *send =
|
||||
jay_SEND(b, .sfid = BRW_SFID_RENDER_CACHE, .check_tdr = true,
|
||||
.msg_desc = desc | (ex_desc << 32), .srcs = srcs, .nr_srcs = len,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue