projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f682ed1
)
intel/eu: Stop overriding exec sizes in send_indirect_message
author
Jason Ekstrand
<jason.ekstrand@intel.com>
Sun, 13 Jan 2019 02:26:53 +0000
(20:26 -0600)
committer
Jason Ekstrand
<jason.ekstrand@intel.com>
Fri, 18 Jan 2019 16:18:52 +0000
(10:18 -0600)
For a long time, we based exec sizes on destination register widths.
We've not been doing that since
1ca3a9442760b6f7
but a few remnants
accidentally remained.
Reviewed-by: Anuj Phogat <anuj.phogat@gmail.com>
src/intel/compiler/brw_eu_emit.c
patch
|
blob
|
history
diff --git
a/src/intel/compiler/brw_eu_emit.c
b/src/intel/compiler/brw_eu_emit.c
index 45e2552783bc2b3a2c51c37d22b9c7db19d1f21f..0b4cd4dc2130d76ba1987170f35b79bc9c7e21f4 100644
(file)
--- a/
src/intel/compiler/brw_eu_emit.c
+++ b/
src/intel/compiler/brw_eu_emit.c
@@
-2473,9
+2473,6
@@
brw_send_indirect_message(struct brw_codegen *p,
brw_set_src1(p, send, addr);
}
- if (dst.width < BRW_EXECUTE_8)
- brw_inst_set_exec_size(devinfo, send, dst.width);
-
brw_set_dest(p, send, dst);
brw_set_src0(p, send, retype(payload, BRW_REGISTER_TYPE_UD));
brw_inst_set_sfid(devinfo, send, sfid);