Re: [Mesa-dev] [PATCH] i965/fs: Fix gen<6 LRP opcode

2014-05-20 Thread Matt Turner
On Tue, May 20, 2014 at 12:10 PM, Matt Turner wrote: > On Fri, May 9, 2014 at 6:21 AM, Juha-Pekka Heikkila > wrote: >> On ILK implicit accumulator write from MUL opcode seem to >> behave sometime unexpected. This patch change implicit >> accumulator write to explicit on emitting LRP for gen<6. >>

Re: [Mesa-dev] [PATCH] i965/fs: Fix gen<6 LRP opcode

2014-05-20 Thread Matt Turner
On Fri, May 9, 2014 at 6:21 AM, Juha-Pekka Heikkila wrote: > On ILK implicit accumulator write from MUL opcode seem to > behave sometime unexpected. This patch change implicit > accumulator write to explicit on emitting LRP for gen<6. > > Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=7770

[Mesa-dev] [PATCH] i965/fs: Fix gen<6 LRP opcode

2014-05-09 Thread Juha-Pekka Heikkila
On ILK implicit accumulator write from MUL opcode seem to behave sometime unexpected. This patch change implicit accumulator write to explicit on emitting LRP for gen<6. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77707 Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=77703 Signed