Re: [Mesa-dev] [PATCH 02/11] util: Add macro to get number of elements in dynarray

2018-09-21 Thread Caio Marcelo de Oliveira Filho
On Fri, Sep 21, 2018 at 09:28:53AM +0200, Christian Gmeiner wrote: > Am Sa., 15. Sep. 2018 um 07:45 Uhr schrieb Caio Marcelo de Oliveira > Filho : > > > > --- > > > > I've ended up not using this macro in this series, but it is useful > > for other cases, so kept it here. > > > > I could make use

Re: [Mesa-dev] [PATCH 02/11] util: Add macro to get number of elements in dynarray

2018-09-21 Thread Christian Gmeiner
Am Sa., 15. Sep. 2018 um 07:45 Uhr schrieb Caio Marcelo de Oliveira Filho : > > --- > > I've ended up not using this macro in this series, but it is useful > for other cases, so kept it here. > I could make use of it. Reviewed-by: Christian Gmeiner > src/util/u_dynarray.h | 1 + > 1 file chang

[Mesa-dev] [PATCH 02/11] util: Add macro to get number of elements in dynarray

2018-09-14 Thread Caio Marcelo de Oliveira Filho
--- I've ended up not using this macro in this series, but it is useful for other cases, so kept it here. src/util/u_dynarray.h | 1 + 1 file changed, 1 insertion(+) diff --git a/src/util/u_dynarray.h b/src/util/u_dynarray.h index f74bfc7080b..53dde9241bb 100644 --- a/src/util/u_dynarray.h +++