Re: [Mesa-dev] [PATCH 00/10] intel/genxml: Make more stuff booleans

2016-10-15 Thread Kenneth Graunke
On Friday, October 14, 2016 11:11:11 PM PDT Jason Ekstrand wrote: > This is a fairly trivial little cleanup that makes a bunch of 1-bit fields > that used to have the "uint" type have the "bool" type instead. Ideally, a > field should have the "bool" type if and only if, given the name of the > fi

[Mesa-dev] [PATCH 00/10] intel/genxml: Make more stuff booleans

2016-10-14 Thread Jason Ekstrand
This is a fairly trivial little cleanup that makes a bunch of 1-bit fields that used to have the "uint" type have the "bool" type instead. Ideally, a field should have the "bool" type if and only if, given the name of the field and a true/false value, it's obvious what that value means. I think t