Re: [Mesa-dev] [PATCH 00/12] Some more Nine fixes

2016-02-12 Thread Axel Davy
On 09/02/2016 14:58, Emil Velikov wrote: On 7 February 2016 at 23:13, Axel Davy wrote: A few more patches I'd like to get in 11.2. There a few cleanup patches and some fixes. The last patch fixes build with llvm 32 bits when it isn't built with -mstackrealign. Basically Apps have a 4 byte ali

Re: [Mesa-dev] [PATCH 00/12] Some more Nine fixes

2016-02-11 Thread Patrick Rudolph
For commit 1-9 and 11 Series is Reviewed-by: Patrick Rudolph On 2016-02-08 12:13 AM, Axel Davy wrote: > A few more patches I'd like to get in 11.2. > > There a few cleanup patches and some fixes. > > The last patch fixes build with llvm 32 bits > when it isn't built with -mstackrealign. > Basic

Re: [Mesa-dev] [PATCH 00/12] Some more Nine fixes

2016-02-09 Thread Emil Velikov
On 7 February 2016 at 23:13, Axel Davy wrote: > A few more patches I'd like to get in 11.2. > > There a few cleanup patches and some fixes. > > The last patch fixes build with llvm 32 bits > when it isn't built with -mstackrealign. > Basically Apps have a 4 byte aligned stack, > and it needs to be

Re: [Mesa-dev] [PATCH 00/12] Some more Nine fixes

2016-02-07 Thread Axel Davy
The last patch awaits moderation because of its size, you can find it here: https://github.com/iXit/Mesa-3D/commit/29e2ccf64273814071655d84aca69b6496fbb4bd On 08/02/2016 00:13, Axel Davy wrote: A few more patches I'd like to get in 11.2. There a few cleanup patches and some fixes. The last

[Mesa-dev] [PATCH 00/12] Some more Nine fixes

2016-02-07 Thread Axel Davy
A few more patches I'd like to get in 11.2. There a few cleanup patches and some fixes. The last patch fixes build with llvm 32 bits when it isn't built with -mstackrealign. Basically Apps have a 4 byte aligned stack, and it needs to be converted at some point to 16 byte aligned stack to have SSE