Re: [Piglit] [PATCH 00/12] cleanup dispatch generation code

2015-01-13 Thread Dylan Baker
Sorry, Chad, I meant to CC you on this, since you wrote most of this code. Dylan On Tuesday, January 13, 2015 05:48:10 PM Dylan Baker wrote: > This series is mainly aimed at removing the obsolete cmp function and > corresponding __cmp__ method, and replace them with rich comparison > methods (__

[Piglit] [PATCH 00/12] cleanup dispatch generation code

2015-01-13 Thread Dylan Baker
This series is mainly aimed at removing the obsolete cmp function and corresponding __cmp__ method, and replace them with rich comparison methods (__lt__, __eq__, etc). It also makes some opportunistic cleanups of the code, mostly errors in the code, or style changes that are prone to turning into