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: Split full featured mutex into its own type
   mesa: Add new fast mtx_t mutex type for basic use cases

Reviewed-by: Jordan Justen jordan.l.jus...@intel.com

  configure.ac |   3 +
  include/c11/threads_posix.h  | 149 
 ---
  include/c11/threads_win32.h  |  48 ---
  src/gallium/auxiliary/os/os_thread.h |  10 +--
  src/mesa/main/mtypes.h   |   2 +-
  src/mesa/main/shared.c   |   4 +-
  src/mesa/main/texobj.c   |   4 +-
  src/mesa/main/texobj.h   |   4 +-
  8 files changed, 191 insertions(+), 33 deletions(-)
 
 -- 
 2.2.2
 
 ___
 mesa-dev mailing list
 mesa-dev@lists.freedesktop.org
 http://lists.freedesktop.org/mailman/listinfo/mesa-dev
___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev


[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 fast mtx_t mutex type for basic use cases

 configure.ac |   3 +
 include/c11/threads_posix.h  | 149 ---
 include/c11/threads_win32.h  |  48 ---
 src/gallium/auxiliary/os/os_thread.h |  10 +--
 src/mesa/main/mtypes.h   |   2 +-
 src/mesa/main/shared.c   |   4 +-
 src/mesa/main/texobj.c   |   4 +-
 src/mesa/main/texobj.h   |   4 +-
 8 files changed, 191 insertions(+), 33 deletions(-)

-- 
2.2.2

___
mesa-dev mailing list
mesa-dev@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/mesa-dev