OSDN Git Service

mesa: Use _aligned_malloc/free for MinGW too.
authorJose Fonseca <jfonseca@vmware.com>
Fri, 12 Feb 2016 12:21:39 +0000 (12:21 +0000)
committerJose Fonseca <jfonseca@vmware.com>
Fri, 12 Feb 2016 14:51:28 +0000 (14:51 +0000)
commit950da38164095217fb6a06acae750eee5d336ba7
treed3c940ee350c2168938d892068093be71433e1e3
parentc69ef377c8b30ee8d4088cfc586fe4100a5f0e62
mesa: Use _aligned_malloc/free for MinGW too.

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.

Reviewed-by: Brian Paul <brianp@vmware.com>
src/mesa/main/imports.c