Re: [Mesa-dev] [PATCH 02/11] mesa/glthread: remove HAVE_PTHREAD guards

2017-06-26 Thread Kyriazis, George
I can verify that the fix works. Thank you! George > On Jun 26, 2017, at 3:24 PM, Marek Olšák wrote: > > I just pushed the fix. > > Marek > > On Mon, Jun 26, 2017 at 10:01 PM, Kyriazis, George > wrote: >> Marek >> >> Our windows mesa build broke with your checkin: "mesa/glthread: remove >

Re: [Mesa-dev] [PATCH 02/11] mesa/glthread: remove HAVE_PTHREAD guards

2017-06-26 Thread Marek Olšák
I just pushed the fix. Marek On Mon, Jun 26, 2017 at 10:01 PM, Kyriazis, George wrote: > Marek > > Our windows mesa build broke with your checkin: "mesa/glthread: remove > HAVE_PTHREAD guards”. > > Namely: > > Compiling src\mesa\main\context.c ... > context.c > c:\users\gkyriazi\src\mesa\src\

Re: [Mesa-dev] [PATCH 02/11] mesa/glthread: remove HAVE_PTHREAD guards

2017-06-26 Thread Kyriazis, George
Marek Our windows mesa build broke with your checkin: "mesa/glthread: remove HAVE_PTHREAD guards”. Namely: Compiling src\mesa\main\context.c ... context.c c:\users\gkyriazi\src\mesa\src\mesa\main\glthread.h(34): fatal error C1083: Cannot open include file: 'pthread.h': No such file or direct

[Mesa-dev] [PATCH 02/11] mesa/glthread: remove HAVE_PTHREAD guards

2017-06-21 Thread Marek Olšák
From: Marek Olšák we are switching to util_queue. --- src/mapi/glapi/gen/gl_marshal.py | 5 + src/mesa/main/glthread.c | 4 src/mesa/main/glthread.h | 30 -- src/mesa/main/marshal.c | 4 src/mesa/main/marshal.h | 27 -