Re: [Mesa-dev] [PATCH 1/6] util: add vector util code.

2016-10-18 Thread Dave Airlie
On 17 October 2016 at 18:09, Nicolai Hähnle wrote: > On 14.10.2016 05:16, Dave Airlie wrote: >> >> From: Dave Airlie >> >> This is ported from anv, both anv and radv can share this. >> >> Signed-off-by: Dave Airlie >> --- >> src/util/Makefile.sources | 4 +- >> src/util/u_vector.c | 98 >

Re: [Mesa-dev] [PATCH 1/6] util: add vector util code.

2016-10-17 Thread Nicolai Hähnle
On 14.10.2016 05:16, Dave Airlie wrote: From: Dave Airlie This is ported from anv, both anv and radv can share this. Signed-off-by: Dave Airlie --- src/util/Makefile.sources | 4 +- src/util/u_vector.c | 98 +++ src/util/u_vector.h | 8

Re: [Mesa-dev] [PATCH 1/6] util: add vector util code.

2016-10-14 Thread Marek Olšák
The beginning of the header file should describe what it is. Marek On Oct 14, 2016 6:45 AM, "Edward O'Callaghan" wrote: > Too easy, one trivial comment below but either way: > Reviewed-by: Edward O'Callaghan > > P.S. thanks for getting on top of this kind of maintainability stuff so > fast ! >

Re: [Mesa-dev] [PATCH 1/6] util: add vector util code.

2016-10-13 Thread Edward O'Callaghan
Too easy, one trivial comment below but either way: Reviewed-by: Edward O'Callaghan P.S. thanks for getting on top of this kind of maintainability stuff so fast ! On 10/14/2016 02:16 PM, Dave Airlie wrote: > From: Dave Airlie > > This is ported from anv, both anv and radv can share this. > >

[Mesa-dev] [PATCH 1/6] util: add vector util code.

2016-10-13 Thread Dave Airlie
From: Dave Airlie This is ported from anv, both anv and radv can share this. Signed-off-by: Dave Airlie --- src/util/Makefile.sources | 4 +- src/util/u_vector.c | 98 +++ src/util/u_vector.h | 85