Re: [Mesa-dev] [PATCH 3/5] i965/fs: Indent the implementation of 32x32-bit MUL lowering by one level.

2015-08-05 Thread Francisco Jerez
Matt Turner writes: > On Wed, Aug 5, 2015 at 10:52 AM, Francisco Jerez > wrote: >> In order to make room for the code that will lower the MULH virtual >> instruction. Also move the hardware generation and execution type >> checks into the same branch, they are going to have to be different >>

Re: [Mesa-dev] [PATCH 3/5] i965/fs: Indent the implementation of 32x32-bit MUL lowering by one level.

2015-08-05 Thread Matt Turner
On Wed, Aug 5, 2015 at 10:52 AM, Francisco Jerez wrote: > In order to make room for the code that will lower the MULH virtual > instruction. Also move the hardware generation and execution type > checks into the same branch, they are going to have to be different > for MULH. > --- > src/mesa/dri

[Mesa-dev] [PATCH 3/5] i965/fs: Indent the implementation of 32x32-bit MUL lowering by one level.

2015-08-05 Thread Francisco Jerez
In order to make room for the code that will lower the MULH virtual instruction. Also move the hardware generation and execution type checks into the same branch, they are going to have to be different for MULH. --- src/mesa/drivers/dri/i965/brw_fs.cpp | 265 ++- 1