Re: [Mesa-dev] [PATCH 01/10] tnl: add some comments in render_line_loop code

2015-10-18 Thread Sinclair Yeh
Patches 1-8 look good. I'm spending a bit more time on 10. Reviewed-by: Sinclair Yeh From: Brian Paul Sent: Friday, October 16, 2015 2:25 PM To: mesa-dev@lists.freedesktop.org Cc: Charmaine Lee; Jose Fonseca; Sinclair Yeh Subject: [PATCH 01/10] tnl: add

Re: [Mesa-dev] [PATCH 01/10] tnl: add some comments in render_line_loop code

2015-10-16 Thread Brian Paul
On 10/16/2015 04:14 PM, Matt Turner wrote: On Fri, Oct 16, 2015 at 2:25 PM, Brian Paul wrote: And remove '(void) flags' line which is not needed. --- src/mesa/tnl/t_vb_rendertmp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mesa/tnl/t_vb_rendertmp.h b/src/mes

Re: [Mesa-dev] [PATCH 01/10] tnl: add some comments in render_line_loop code

2015-10-16 Thread Matt Turner
On Fri, Oct 16, 2015 at 2:25 PM, Brian Paul wrote: > And remove '(void) flags' line which is not needed. > --- > src/mesa/tnl/t_vb_rendertmp.h | 5 +++-- > 1 file changed, 3 insertions(+), 2 deletions(-) > > diff --git a/src/mesa/tnl/t_vb_rendertmp.h b/src/mesa/tnl/t_vb_rendertmp.h > index 44dee7

[Mesa-dev] [PATCH 01/10] tnl: add some comments in render_line_loop code

2015-10-16 Thread Brian Paul
And remove '(void) flags' line which is not needed. --- src/mesa/tnl/t_vb_rendertmp.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/mesa/tnl/t_vb_rendertmp.h b/src/mesa/tnl/t_vb_rendertmp.h index 44dee76..26a1695 100644 --- a/src/mesa/tnl/t_vb_rendertmp.h +++ b/src/m