Re: [Mesa-dev] [PATCH] Android: use bionic pthread_barrier_* if possible

2017-06-05 Thread Chih-Wei Huang
2017-06-05 21:15 GMT+08:00 Emil Velikov : > On 5 June 2017 at 09:27, Tapani Pälli wrote: >> that seems the case >> >> Acked-by: Tapani Pälli >> >> On 06/04/2017 07:53 AM, Chih-Wei Huang wrote: >>> >>> The pthread_barrier_* functions were introduced to bionic >>> since Nougat. >>> > ... and pushed

Re: [Mesa-dev] [PATCH] Android: use bionic pthread_barrier_* if possible

2017-06-05 Thread Emil Velikov
On 5 June 2017 at 09:27, Tapani Pälli wrote: > that seems the case > > Acked-by: Tapani Pälli > > > On 06/04/2017 07:53 AM, Chih-Wei Huang wrote: >> >> The pthread_barrier_* functions were introduced to bionic >> since Nougat. >> ... and pushed. Thanks gents. Out of curiosity: Chih-Wei, did you

Re: [Mesa-dev] [PATCH] Android: use bionic pthread_barrier_* if possible

2017-06-05 Thread Tapani Pälli
that seems the case Acked-by: Tapani Pälli On 06/04/2017 07:53 AM, Chih-Wei Huang wrote: The pthread_barrier_* functions were introduced to bionic since Nougat. Signed-off-by: Chih-Wei Huang --- Android.common.mk| 1 + src/gallium/auxiliary/os/os_thread.h | 2 +- 2 fi

[Mesa-dev] [PATCH] Android: use bionic pthread_barrier_* if possible

2017-06-03 Thread Chih-Wei Huang
The pthread_barrier_* functions were introduced to bionic since Nougat. Signed-off-by: Chih-Wei Huang --- Android.common.mk| 1 + src/gallium/auxiliary/os/os_thread.h | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/Android.common.mk b/Android.common.mk i