Re: [Mesa-dev] [PATCH] intel/eu: Stop overriding exec sizes in send_indirect_message

2019-01-15 Thread Anuj Phogat
On Sat, Jan 12, 2019 at 7:56 PM Jason Ekstrand wrote: > > 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. > --- > src/intel/compiler/brw_eu_emit.c | 3 --- > 1 file changed, 3

[Mesa-dev] [PATCH] intel/eu: Stop overriding exec sizes in send_indirect_message

2019-01-12 Thread Jason Ekstrand
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. --- src/intel/compiler/brw_eu_emit.c | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/intel/compiler/brw_eu_emit.c