Re: [Mesa-dev] [PATCH] nir: fix generated nir_intrinsics.c for MSVC

2018-03-27 Thread Dylan Baker
Reviewed-by: Dylan Baker Quoting Rob Clark (2018-03-27 11:59:37) > Apparently it is not happy about things like: .foo = {} > > So skip over initializers for empty lists. > > Fixes: 76dfed8ae2d5c6c509eb2661389be3c6a25077df > Reported-by: Roland Scheidegger > Signed-off-by: Rob Clark > --- > s

Re: [Mesa-dev] [PATCH] nir: fix generated nir_intrinsics.c for MSVC

2018-03-27 Thread Roland Scheidegger
This looks alright to me, though I'm not sure why msvc seemingly didn't like the empty braces in the first place. Acked-by: Roland Scheidegger Am 27.03.2018 um 20:59 schrieb Rob Clark: > Apparently it is not happy about things like: .foo = {} > > So skip over initializers for empty lists. > >

[Mesa-dev] [PATCH] nir: fix generated nir_intrinsics.c for MSVC

2018-03-27 Thread Rob Clark
Apparently it is not happy about things like: .foo = {} So skip over initializers for empty lists. Fixes: 76dfed8ae2d5c6c509eb2661389be3c6a25077df Reported-by: Roland Scheidegger Signed-off-by: Rob Clark --- src/compiler/nir/nir_intrinsics_c.py | 4 1 file changed, 4 insertions(+) diff -