Re: [Mesa-dev] [PATCH] mesa: Avoid C99 indexed initializers.

2012-10-10 Thread Jose Fonseca
- Original Message - > On Wed, 2012-10-10 at 12:25 +0100, jfons...@vmware.com wrote: > > From: José Fonseca > > > > Not supported by MSVC. > > > > Just compiled tested. > > --- > > My mistake, I wasn't aware of such limitations No prob, Imre. Yeah, MSVC has its quirks, but unfortunate

Re: [Mesa-dev] [PATCH] mesa: Avoid C99 indexed initializers.

2012-10-10 Thread Imre Deak
On Wed, 2012-10-10 at 12:25 +0100, jfons...@vmware.com wrote: > From: José Fonseca > > Not supported by MSVC. > > Just compiled tested. > --- My mistake, I wasn't aware of such limitations and I haven't checked whether things work with MSVC. In any case it looks ok: Reviewed-by: Imre Deak >

[Mesa-dev] [PATCH] mesa: Avoid C99 indexed initializers.

2012-10-10 Thread jfonseca
From: José Fonseca Not supported by MSVC. Just compiled tested. --- src/mesa/main/get_hash_generator.py | 31 ++- src/mesa/main/mtypes.h |3 +++ 2 files changed, 29 insertions(+), 5 deletions(-) diff --git a/src/mesa/main/get_hash_generator.py b/