Re: [Mesa-dev] [PATCH] gallium/auxiliary: don't build NIR sources with MSVC2008 flags

2015-12-21 Thread Jose Fonseca
On 21/12/15 03:12, Connor Abbott wrote: NIR has never been built with MSVC2008, so we shouldn't add MSVC_2008_COMPAT_CFLAGS to anything that uses it. This allows us to get rid of the pragma in tgsi_to_nir.c. Yes, this is much cleaner. Build tested with freedreno. Signed-off-by: Connor Abbott

[Mesa-dev] [PATCH] gallium/auxiliary: don't build NIR sources with MSVC2008 flags

2015-12-20 Thread Connor Abbott
NIR has never been built with MSVC2008, so we shouldn't add MSVC_2008_COMPAT_CFLAGS to anything that uses it. This allows us to get rid of the pragma in tgsi_to_nir.c. Build tested with freedreno. Signed-off-by: Connor Abbott --- src/gallium/auxiliary/Makefile.am | 17 ++--- s