Re: [Mesa-dev] [PATCH] i965/fs: set execution size to 8 with simd8 ddy instruction

2015-05-12 Thread Matt Turner
On Tue, May 12, 2015 at 4:24 AM, Tapani Pälli wrote: > Commit dd5c825 changed the way how execution size for instructions > get set. Previously it was based on destination register width, now > it is set explicitly when emitting instructions. > > Signed-off-by: Tapani Pälli > Reviewed-by: Francis

Re: [Mesa-dev] [PATCH] i965/fs: set execution size to 8 with simd8 ddy instruction

2015-05-12 Thread Mark Janes
Tested-by: Mark Janes Tapani Pälli writes: > Commit dd5c825 changed the way how execution size for instructions > get set. Previously it was based on destination register width, now > it is set explicitly when emitting instructions. > > Signed-off-by: Tapani Pälli > Reviewed-by: Francisco Jer

[Mesa-dev] [PATCH] i965/fs: set execution size to 8 with simd8 ddy instruction

2015-05-12 Thread Tapani Pälli
Commit dd5c825 changed the way how execution size for instructions get set. Previously it was based on destination register width, now it is set explicitly when emitting instructions. Signed-off-by: Tapani Pälli Reviewed-by: Francisco Jerez Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=