Re: [Mesa-dev] [PATCH v2 02/18] mesa/extensions: Wrap array entries in macros

2015-11-11 Thread Chad Versace
On Fri 30 Oct 2015, Nanley Chery wrote: > From: Nanley Chery > > Now that we're using macros, remove the redundant text from each entry. > > Remove comments between the entries to make editing easier and separate > the sections with blank lines. Structure the EXT macros in a way that > helps rev

[Mesa-dev] [PATCH v2 02/18] mesa/extensions: Wrap array entries in macros

2015-10-30 Thread Nanley Chery
From: Nanley Chery Now that we're using macros, remove the redundant text from each entry. Remove comments between the entries to make editing easier and separate the sections with blank lines. Structure the EXT macros in a way that helps reviewers verify that no meaning has been altered. Signe