Re: [Mesa-dev] [PATCH] i965/vec4: Implement b2f and b2i using negation.

2015-10-11 Thread Ilia Mirkin
On Sat, Oct 10, 2015 at 1:17 PM, Matt Turner wrote: > Curro added this in commit 3ee2daf23d (before the vec4/NIR backend was > added) but it was missed in the new NIR backend. Add it there as well. > > instructions in affected programs: 1857 -> 1810 (-2.53%) > helped:

Re: [Mesa-dev] [PATCH] i965/vec4: Implement b2f and b2i using negation.

2015-10-11 Thread Matt Turner
On Sun, Oct 11, 2015 at 5:26 PM, Ilia Mirkin wrote: > On Sat, Oct 10, 2015 at 1:17 PM, Matt Turner wrote: >> Curro added this in commit 3ee2daf23d (before the vec4/NIR backend was >> added) but it was missed in the new NIR backend. Add it there as well.

Re: [Mesa-dev] [PATCH] i965/vec4: Implement b2f and b2i using negation.

2015-10-11 Thread Ilia Mirkin
On Sun, Oct 11, 2015 at 9:25 PM, Matt Turner wrote: > On Sun, Oct 11, 2015 at 5:26 PM, Ilia Mirkin wrote: >> On Sat, Oct 10, 2015 at 1:17 PM, Matt Turner wrote: >>> Curro added this in commit 3ee2daf23d (before the vec4/NIR backend

[Mesa-dev] [PATCH] i965/vec4: Implement b2f and b2i using negation.

2015-10-10 Thread Matt Turner
Curro added this in commit 3ee2daf23d (before the vec4/NIR backend was added) but it was missed in the new NIR backend. Add it there as well. instructions in affected programs: 1857 -> 1810 (-2.53%) helped:15 --- src/mesa/drivers/dri/i965/brw_vec4_nir.cpp | 8

Re: [Mesa-dev] [PATCH] i965/vec4: Implement b2f and b2i using negation.

2015-10-10 Thread Francisco Jerez
Matt Turner writes: > Curro added this in commit 3ee2daf23d (before the vec4/NIR backend was > added) but it was missed in the new NIR backend. Add it there as well. > > instructions in affected programs: 1857 -> 1810 (-2.53%) > helped:15 >