Re: [Mesa-dev] [PATCH v2 0/2] Fast mutex v2

2015-02-01 Thread Jordan Justen
On 2015-01-29 20:54:27, Kristian Høgsberg wrote: > Here's take two of the fast mutex path. This version has a check for > linux/futex.h and it split into two patches. First patch introduces > full_mtx_t and updates callers. Second patch adds the inline mtx_t. > > Kristian Høgsberg (2): > mesa

[Mesa-dev] [PATCH v2 0/2] Fast mutex v2

2015-01-29 Thread Kristian Høgsberg
Here's take two of the fast mutex path. This version has a check for linux/futex.h and it split into two patches. First patch introduces full_mtx_t and updates callers. Second patch adds the inline mtx_t. Kristian Høgsberg (2): mesa: Split full featured mutex into its own type mesa: Add new