Re: [Mesa-dev] [PATCH] intel: genxml: index fields using their safe name

2017-09-01 Thread Jason Ekstrand
I didn't do this before precisely to force us to keep the XML consistent. On September 1, 2017 2:38:27 AM Lionel Landwerlin wrote: With a slightly different capitalization of an additional space, 2 fields having the same safe name might not be grouped together. This leads to multiple *_bits

[Mesa-dev] [PATCH] intel: genxml: index fields using their safe name

2017-09-01 Thread Lionel Landwerlin
With a slightly different capitalization of an additional space, 2 fields having the same safe name might not be grouped together. This leads to multiple *_bits() functions with the same name. We can prevent this by indexing fields with their safe name. Signed-off-by: Lionel Landwerlin --- src/i