Re: [Mesa-dev] [PATCH v2 10/18] mesa: In helpers, only check driver capability for meta

2015-11-12 Thread Nanley Chery
On Wed, Nov 11, 2015 at 3:00 PM, Chad Versace wrote: > On Fri 30 Oct 2015, Nanley Chery wrote: > > From: Nanley Chery > > > > Make API context and version checks done by the helper functions pass > > unconditionally while meta is in progress.

Re: [Mesa-dev] [PATCH v2 10/18] mesa: In helpers, only check driver capability for meta

2015-11-11 Thread Chad Versace
On Fri 30 Oct 2015, Nanley Chery wrote: > From: Nanley Chery > > Make API context and version checks done by the helper functions pass > unconditionally while meta is in progress. This transparently makes > extension checks solely dependent on struct gl_extensions while

[Mesa-dev] [PATCH v2 10/18] mesa: In helpers, only check driver capability for meta

2015-10-30 Thread Nanley Chery
From: Nanley Chery Make API context and version checks done by the helper functions pass unconditionally while meta is in progress. This transparently makes extension checks solely dependent on struct gl_extensions while in meta. v2. Use 8-bit wide datatype instead