Re: [Mesa-dev] [PATCH] haiku: Fix build through scons corrections and viewport fixes

2014-03-24 Thread Alexander von Gluck IV
On 03/24/2014 04:59 PM, Ian Romanick wrote: > On 03/22/2014 03:58 PM, Alexander von Gluck IV wrote: >> * Add HAVE_PTHREAD, we do have pthread support wrappers now for >> non-native Haiku threaded applications. >> * Viewport changed behavior recently breaking the build. >> We fix this by looking

Re: [Mesa-dev] [PATCH] haiku: Fix build through scons corrections and viewport fixes

2014-03-24 Thread Ian Romanick
On 03/22/2014 03:58 PM, Alexander von Gluck IV wrote: > * Add HAVE_PTHREAD, we do have pthread support wrappers now for > non-native Haiku threaded applications. > * Viewport changed behavior recently breaking the build. > We fix this by looking at the gl_context ViewportArray > (Thanks Brian

Re: [Mesa-dev] [PATCH] haiku: Fix build through scons corrections and viewport fixes

2014-03-24 Thread Brian Paul
On 03/22/2014 04:58 PM, Alexander von Gluck IV wrote: * Add HAVE_PTHREAD, we do have pthread support wrappers now for non-native Haiku threaded applications. * Viewport changed behavior recently breaking the build. We fix this by looking at the gl_context ViewportArray (Thanks Brian for

[Mesa-dev] [PATCH] haiku: Fix build through scons corrections and viewport fixes

2014-03-22 Thread Alexander von Gluck IV
* Add HAVE_PTHREAD, we do have pthread support wrappers now for non-native Haiku threaded applications. * Viewport changed behavior recently breaking the build. We fix this by looking at the gl_context ViewportArray (Thanks Brian for the idea) --- scons/gallium.py