Re: [Mesa-dev] [RFC 04/21] mesa/extensions: Move entries entries to seperate file

2015-11-12 Thread Matt Turner
On Thu, Oct 22, 2015 at 3:13 AM, Emil Velikov wrote: > On 19 October 2015 at 23:36, Nanley Chery wrote: >> From: Nanley Chery >> >> With this infrastructure set in place, we can now reuse the entries to >> generate useful code. >> >> Signed-off-by: Nanley Chery >> --- >> src/mesa/main/extensio

Re: [Mesa-dev] [RFC 04/21] mesa/extensions: Move entries entries to seperate file

2015-10-22 Thread Nanley Chery
On Thu, Oct 22, 2015 at 3:13 AM, Emil Velikov wrote: > On 19 October 2015 at 23:36, Nanley Chery wrote: > > From: Nanley Chery > > > > With this infrastructure set in place, we can now reuse the entries to > > generate useful code. > > > > Signed-off-by: Nanley Chery > > --- > > src/mesa/main

Re: [Mesa-dev] [RFC 04/21] mesa/extensions: Move entries entries to seperate file

2015-10-22 Thread Emil Velikov
On 19 October 2015 at 23:36, Nanley Chery wrote: > From: Nanley Chery > > With this infrastructure set in place, we can now reuse the entries to > generate useful code. > > Signed-off-by: Nanley Chery > --- > src/mesa/main/extensions.c | 321 > +-- > s

[Mesa-dev] [RFC 04/21] mesa/extensions: Move entries entries to seperate file

2015-10-19 Thread Nanley Chery
From: Nanley Chery With this infrastructure set in place, we can now reuse the entries to generate useful code. Signed-off-by: Nanley Chery --- src/mesa/main/extensions.c | 321 +-- src/mesa/main/extensions_table.h | 320 +++