Re: [Mesa-dev] [PATCH 1/7] gallium/util: replace pipe_mutex with mtx_t

2017-03-06 Thread Marek Olšák
For the series: Reviewed-by: Marek Olšák Marek On Sun, Mar 5, 2017 at 2:44 AM, Timothy Arceri wrote: > Patches 5 & 6 were two big for the list. You can view them here [1]. They > are the lock and unlock patches. > > [1] https://github.com/tarceri/Mesa/compare/master...shader-cache-radeonsi5 >

Re: [Mesa-dev] [PATCH 1/7] gallium/util: replace pipe_mutex with mtx_t

2017-03-04 Thread Timothy Arceri
Patches 5 & 6 were two big for the list. You can view them here [1]. They are the lock and unlock patches. [1] https://github.com/tarceri/Mesa/compare/master...shader-cache-radeonsi5 ___ mesa-dev mailing list mesa-dev@lists.freedesktop.org https://list

[Mesa-dev] [PATCH 1/7] gallium/util: replace pipe_mutex with mtx_t

2017-03-04 Thread Timothy Arceri
pipe_mutex was made unnecessary with fd33a6bcd7f12. --- src/gallium/auxiliary/os/os_thread.h | 14 +- src/gallium/auxiliary/pipebuffer/pb_buffer_fenced.c | 2 +- src/gallium/auxiliary/pipebuffer/pb_bufmgr_debug.c| 4 ++-- src/gallium/auxiliary/pipebuffer/pb_buf