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
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