Re: [Mesa-dev] [PATCH 7/8] i965/fs: Optimize gl_FrontFacing calculation on Gen6+.

2014-08-18 Thread Anuj Phogat
On Fri, Aug 15, 2014 at 4:43 PM, Matt Turner wrote: > On Fri, Aug 15, 2014 at 3:26 PM, Anuj Phogat wrote: >> With comment on patch 3 addressed: >> Patches 1-7 are: Acked-by: Anuj Phogat > > Thanks for looking over the patches! > > Acked-by is used in the kernel by a maintainer to acknowledge the

Re: [Mesa-dev] [PATCH 7/8] i965/fs: Optimize gl_FrontFacing calculation on Gen6+.

2014-08-15 Thread Matt Turner
On Fri, Aug 15, 2014 at 3:26 PM, Anuj Phogat wrote: > With comment on patch 3 addressed: > Patches 1-7 are: Acked-by: Anuj Phogat Thanks for looking over the patches! Acked-by is used in the kernel by a maintainer to acknowledge the changes to his particular subsystem in a patch that affects ma

Re: [Mesa-dev] [PATCH 7/8] i965/fs: Optimize gl_FrontFacing calculation on Gen6+.

2014-08-15 Thread Anuj Phogat
On Sun, Aug 10, 2014 at 4:18 PM, Matt Turner wrote: > total instructions in shared programs: 4288650 -> 4282838 (-0.14%) > instructions in affected programs: 595018 -> 589206 (-0.98%) > --- > src/mesa/drivers/dri/i965/brw_fs.cpp | 21 +++-- > 1 file changed, 15 insertions(+),

[Mesa-dev] [PATCH 7/8] i965/fs: Optimize gl_FrontFacing calculation on Gen6+.

2014-08-10 Thread Matt Turner
total instructions in shared programs: 4288650 -> 4282838 (-0.14%) instructions in affected programs: 595018 -> 589206 (-0.98%) --- src/mesa/drivers/dri/i965/brw_fs.cpp | 21 +++-- 1 file changed, 15 insertions(+), 6 deletions(-) diff --git a/src/mesa/drivers/dri/i965/brw_fs.c