Re: [PATCH 0/37] Extension handling cleanup, death to extmod

2011-12-02 Thread Daniel Stone
Hi Jamey, On Thu, Jun 30, 2011 at 04:06:02PM -0700, Jamey Sharp wrote: I sure like the results of this series. I've reviewed the patches as I found them on your personal branch. The abbreviated commit hashes that I reviewed are listed together with their commit summaries below. Thanks a heap

Re: [PATCH 0/37] Extension handling cleanup, death to extmod

2011-06-30 Thread Jamey Sharp
Hi Daniel! I sure like the results of this series. I've reviewed the patches as I found them on your personal branch. The abbreviated commit hashes that I reviewed are listed together with their commit summaries below. Suggestion for Replace INITARGS with void: This commit message is a little

[PATCH 0/37] Extension handling cleanup, death to extmod

2011-06-28 Thread Daniel Stone
Hi, The following patch series cleans up extension handling pretty substantially: it kills extmod, removes about half of miinitext.c to give us one unified set of extension definitions, and removes all other Xorg extension modules except for GLX, which is huge. This also adds a localOnly argument

Re: [PATCH 0/37] Extension handling cleanup, death to extmod

2011-06-28 Thread Daniel Stone
Hi, On Tue, Jun 28, 2011 at 08:27:16PM +0100, Daniel Stone wrote: The following patch series cleans up extension handling pretty substantially: it kills extmod, removes about half of miinitext.c to give us one unified set of extension definitions, and removes all other Xorg extension modules