Re: [Mesa-dev] [PATCH] gallium/util: replace pipe_condvar with cnd_t

2017-03-06 Thread Emil Velikov
On 5 March 2017 at 23:41, Timothy Arceri wrote: > pipe_condvar was made unnecessary with fd33a6bcd7f12. > > Cc: Emil Velikov Reviewed-by: Emil Velikov -Emil ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://lists.freedesktop.org/mailman

Re: [Mesa-dev] [PATCH] gallium/util: replace pipe_condvar with cnd_t

2017-03-06 Thread Marek Olšák
Reviewed-by: Marek Olšák Marek On Mon, Mar 6, 2017 at 12:41 AM, Timothy Arceri wrote: > pipe_condvar was made unnecessary with fd33a6bcd7f12. > > Cc: Emil Velikov > --- > src/gallium/auxiliary/os/os_thread.h | 8 ++-- > src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c | 2 +-

[Mesa-dev] [PATCH] gallium/util: replace pipe_condvar with cnd_t

2017-03-05 Thread Timothy Arceri
pipe_condvar was made unnecessary with fd33a6bcd7f12. Cc: Emil Velikov --- src/gallium/auxiliary/os/os_thread.h | 8 ++-- src/gallium/auxiliary/pipebuffer/pb_bufmgr_slab.c | 2 +- src/gallium/auxiliary/util/u_queue.h | 6 +++--- src/gallium/auxiliary/util/u_ringbuff