Re: [Mesa-dev] [PATCH 01/11] util: Remove u_math from u_vector

2017-06-22 Thread Daniel Stone
Hey Lucas, On 22 June 2017 at 16:03, Lucas Stach wrote: > Am Freitag, den 16.06.2017, 18:14 +0100 schrieb Daniel Stone: >> u_vector.h doesn't actually use anything from u_math, but it does mean >> everyone has to pull in src/gallium/auxiliary/util includes. >> >> Just

Re: [Mesa-dev] [PATCH 01/11] util: Remove u_math from u_vector

2017-06-22 Thread Lucas Stach
Am Freitag, den 16.06.2017, 18:14 +0100 schrieb Daniel Stone: > u_vector.h doesn't actually use anything from u_math, but it does mean > everyone has to pull in src/gallium/auxiliary/util includes. > > Just remove it, adding a include to u_vector.c to cover > memcpy. This patch seems to cause:

[Mesa-dev] [PATCH 01/11] util: Remove u_math from u_vector

2017-06-16 Thread Daniel Stone
u_vector.h doesn't actually use anything from u_math, but it does mean everyone has to pull in src/gallium/auxiliary/util includes. Just remove it, adding a include to u_vector.c to cover memcpy. Signed-off-by: Daniel Stone --- src/util/u_vector.c | 2 ++