Re: [Mesa-dev] [PATCH] i965: in MAD->MUL, switch last argument to be immediate

2015-03-13 Thread Kenneth Graunke
On Friday, March 13, 2015 03:20:27 PM Tapani Pälli wrote: > Commit bb33a31 introduced MAD->MUL optimization which did not > take account case where one of the remaining sources is immediate > and did not report progress. Patch changes last one of the sources > to be immediate and adds progress repo

Re: [Mesa-dev] [PATCH] i965: in MAD->MUL, switch last argument to be immediate

2015-03-13 Thread Matt Turner
On Fri, Mar 13, 2015 at 10:35 AM, Matt Turner wrote: > On Fri, Mar 13, 2015 at 6:20 AM, Tapani Pälli wrote: >> Commit bb33a31 introduced MAD->MUL optimization which did not >> take account case where one of the remaining sources is immediate >> and did not report progress. Patch changes last one

Re: [Mesa-dev] [PATCH] i965: in MAD->MUL, switch last argument to be immediate

2015-03-13 Thread Matt Turner
On Fri, Mar 13, 2015 at 6:20 AM, Tapani Pälli wrote: > Commit bb33a31 introduced MAD->MUL optimization which did not > take account case where one of the remaining sources is immediate > and did not report progress. Patch changes last one of the sources > to be immediate and adds progress reportin

Re: [Mesa-dev] [PATCH] i965: in MAD->MUL, switch last argument to be immediate

2015-03-13 Thread Francisco Jerez
Tapani Pälli writes: > Commit bb33a31 introduced MAD->MUL optimization which did not > take account case where one of the remaining sources is immediate > and did not report progress. Patch changes last one of the sources > to be immediate and adds progress reporting. If both are, this is > taken

[Mesa-dev] [PATCH] i965: in MAD->MUL, switch last argument to be immediate

2015-03-13 Thread Tapani Pälli
Commit bb33a31 introduced MAD->MUL optimization which did not take account case where one of the remaining sources is immediate and did not report progress. Patch changes last one of the sources to be immediate and adds progress reporting. If both are, this is taken care of by the same opt_algebrai