Re: [Mesa-dev] [PATCH] mesa: Use _aligned_malloc/free for MinGW too.

2016-02-12 Thread Brian Paul
On 02/12/2016 06:23 AM, Jose Fonseca wrote: We already use these for gallium in src/gallium/auxiliary/os/os_memory_stdc.h and it's always better to minimize divergences between MinGW and MSVC. --- src/mesa/main/imports.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git

[Mesa-dev] [PATCH] mesa: Use _aligned_malloc/free for MinGW too.

2016-02-12 Thread Jose Fonseca
We already use these for gallium in src/gallium/auxiliary/os/os_memory_stdc.h and it's always better to minimize divergences between MinGW and MSVC. --- src/mesa/main/imports.c | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mesa/main/imports.c b/src/mesa/main/impor