Re: [Mesa-dev] [PATCH v2 01/18] mesa/extensions: Remove array sentinel

2015-11-12 Thread Roland Scheidegger
Am 11.11.2015 um 23:13 schrieb Nanley Chery: > > > On Wed, Nov 11, 2015 at 2:07 PM, Chad Versace > wrote: > > On Fri 30 Oct 2015, Nanley Chery wrote: > > From: Nanley Chery > > > > > Simplify future updates to the

Re: [Mesa-dev] [PATCH v2 01/18] mesa/extensions: Remove array sentinel

2015-11-11 Thread Nanley Chery
On Wed, Nov 11, 2015 at 2:07 PM, Chad Versace wrote: > On Fri 30 Oct 2015, Nanley Chery wrote: > > From: Nanley Chery > > > > Simplify future updates to the extension struct array by removing > > the sentinel. > > > > Signed-off-by: Nanley Chery > > Patch 1 is > Reviewed-by: Chad Versace > > T

Re: [Mesa-dev] [PATCH v2 01/18] mesa/extensions: Remove array sentinel

2015-11-11 Thread Chad Versace
On Fri 30 Oct 2015, Nanley Chery wrote: > From: Nanley Chery > > Simplify future updates to the extension struct array by removing > the sentinel. > > Signed-off-by: Nanley Chery Patch 1 is Reviewed-by: Chad Versace Since your series is long and risks suffering from rebase conflicts, I sugge

[Mesa-dev] [PATCH v2 01/18] mesa/extensions: Remove array sentinel

2015-10-30 Thread Nanley Chery
From: Nanley Chery Simplify future updates to the extension struct array by removing the sentinel. Signed-off-by: Nanley Chery --- src/mesa/main/extensions.c | 43 +-- 1 file changed, 25 insertions(+), 18 deletions(-) diff --git a/src/mesa/main/extensio