[Mesa-dev] [PATCH 2/3] exec_list: add a function to count the size of a list

2014-07-08 Thread Connor Abbott
Signed-off-by: Connor Abbott --- src/glsl/list.h | 20 1 file changed, 20 insertions(+) diff --git a/src/glsl/list.h b/src/glsl/list.h index ca6ee9d..68ab3fd 100644 --- a/src/glsl/list.h +++ b/src/glsl/list.h @@ -324,6 +324,8 @@ struct exec_list { const exec_node *get_

Re: [Mesa-dev] [PATCH 2/3] exec_list: add a function to count the size of a list

2014-07-09 Thread Ian Romanick
On 07/08/2014 12:20 PM, Connor Abbott wrote: > Signed-off-by: Connor Abbott > --- > src/glsl/list.h | 20 > 1 file changed, 20 insertions(+) > > diff --git a/src/glsl/list.h b/src/glsl/list.h > index ca6ee9d..68ab3fd 100644 > --- a/src/glsl/list.h > +++ b/src/glsl/list.h > @

Re: [Mesa-dev] [PATCH 2/3] exec_list: add a function to count the size of a list

2014-07-09 Thread Matt Turner
On Tue, Jul 8, 2014 at 12:20 PM, Connor Abbott wrote: > Signed-off-by: Connor Abbott > --- > src/glsl/list.h | 20 > 1 file changed, 20 insertions(+) > > diff --git a/src/glsl/list.h b/src/glsl/list.h > index ca6ee9d..68ab3fd 100644 > --- a/src/glsl/list.h > +++ b/src/glsl/l

Re: [Mesa-dev] [PATCH 2/3] exec_list: add a function to count the size of a list

2014-07-09 Thread Connor Abbott
On Wednesday, July 09, 2014 03:56:41 PM Ian Romanick wrote: > On 07/08/2014 12:20 PM, Connor Abbott wrote: > > Signed-off-by: Connor Abbott > > --- > > > > src/glsl/list.h | 20 > > 1 file changed, 20 insertions(+) > > > > diff --git a/src/glsl/list.h b/src/glsl/list.h > >

Re: [Mesa-dev] [PATCH 2/3] exec_list: add a function to count the size of a list

2014-07-09 Thread Matt Turner
On Wed, Jul 9, 2014 at 4:00 PM, Connor Abbott wrote: > On Wednesday, July 09, 2014 03:56:41 PM Ian Romanick wrote: >> On 07/08/2014 12:20 PM, Connor Abbott wrote: >> > Signed-off-by: Connor Abbott >> > --- >> > >> > src/glsl/list.h | 20 >> > 1 file changed, 20 insertions(+)