Re: [Mesa-dev] [RFC 06/21] mesa/extensions: Create _mesa_extension_supported()

2015-10-22 Thread Nanley Chery
On Thu, Oct 22, 2015 at 11:08 AM, Chad Versace wrote: > On Thu 22 Oct 2015, Emil Velikov wrote: > > On 19 October 2015 at 23:36, Nanley Chery wrote: > > > From: Nanley Chery > > > > > > Create a function which determines if an extension is supported in the > > > current context. > > > > > > Sig

Re: [Mesa-dev] [RFC 06/21] mesa/extensions: Create _mesa_extension_supported()

2015-10-22 Thread Nanley Chery
On Thu, Oct 22, 2015 at 3:19 AM, Emil Velikov wrote: > On 19 October 2015 at 23:36, Nanley Chery wrote: > > From: Nanley Chery > > > > Create a function which determines if an extension is supported in the > > current context. > > > > Signed-off-by: Nanley Chery > > --- > > src/mesa/main/exte

Re: [Mesa-dev] [RFC 06/21] mesa/extensions: Create _mesa_extension_supported()

2015-10-22 Thread Chad Versace
On Thu 22 Oct 2015, Emil Velikov wrote: > On 19 October 2015 at 23:36, Nanley Chery wrote: > > From: Nanley Chery > > > > Create a function which determines if an extension is supported in the > > current context. > > > > Signed-off-by: Nanley Chery > > --- > > src/mesa/main/extensions.c | 17 +

Re: [Mesa-dev] [RFC 06/21] mesa/extensions: Create _mesa_extension_supported()

2015-10-22 Thread Emil Velikov
On 19 October 2015 at 23:36, Nanley Chery wrote: > From: Nanley Chery > > Create a function which determines if an extension is supported in the > current context. > > Signed-off-by: Nanley Chery > --- > src/mesa/main/extensions.c | 17 + > 1 file changed, 17 insertions(+) > > d

[Mesa-dev] [RFC 06/21] mesa/extensions: Create _mesa_extension_supported()

2015-10-19 Thread Nanley Chery
From: Nanley Chery Create a function which determines if an extension is supported in the current context. Signed-off-by: Nanley Chery --- src/mesa/main/extensions.c | 17 + 1 file changed, 17 insertions(+) diff --git a/src/mesa/main/extensions.c b/src/mesa/main/extensions.c i