Re: [Mesa-dev] [PATCH 7/7] mapi: remove u_thread.h

2015-03-05 Thread Emil Velikov
On 5 March 2015 at 14:41, Emil Velikov wrote: > On 05/03/15 02:19, Brian Paul wrote: >> Just use c11 threads directly. >> --- >> src/mapi/Makefile.sources | 3 +-- >> src/mapi/glapi/glapi.h| 1 - >> src/mapi/mapi.c | 1 - >> src/mapi/stub.c | 14 +++--- >> src/m

Re: [Mesa-dev] [PATCH 7/7] mapi: remove u_thread.h

2015-03-05 Thread Emil Velikov
On 05/03/15 02:19, Brian Paul wrote: > Just use c11 threads directly. > --- > src/mapi/Makefile.sources | 3 +-- > src/mapi/glapi/glapi.h| 1 - > src/mapi/mapi.c | 1 - > src/mapi/stub.c | 14 +++--- > src/mapi/u_current.c | 28 ++-- >

Re: [Mesa-dev] [PATCH 7/7] mapi: remove u_thread.h

2015-03-05 Thread Jose Fonseca
On 05/03/15 02:19, Brian Paul wrote: Just use c11 threads directly. --- src/mapi/Makefile.sources | 3 +-- src/mapi/glapi/glapi.h| 1 - src/mapi/mapi.c | 1 - src/mapi/stub.c | 14 +++--- src/mapi/u_current.c | 28 ++-- src/ma

[Mesa-dev] [PATCH 7/7] mapi: remove u_thread.h

2015-03-04 Thread Brian Paul
Just use c11 threads directly. --- src/mapi/Makefile.sources | 3 +-- src/mapi/glapi/glapi.h| 1 - src/mapi/mapi.c | 1 - src/mapi/stub.c | 14 +++--- src/mapi/u_current.c | 28 ++-- src/mapi/u_execmem.c | 2 +- 6 files changed,