Re: [Mesa-dev] [PATCH v2 05/12] mesa: add API_NUM

2012-09-10 Thread Imre Deak
On Mon, 2012-09-10 at 10:10 +0300, Ian Romanick wrote: > On 09/10/2012 09:41 AM, Imre Deak wrote: > > Needed by the next patch. > > > > Signed-off-by: Imre Deak > > --- > > src/mesa/main/context.c |2 ++ > > src/mesa/main/mtypes.h |2 ++ > > src/mesa/main/version.c |3 +++ > > 3

Re: [Mesa-dev] [PATCH v2 05/12] mesa: add API_NUM

2012-09-10 Thread Ian Romanick
On 09/10/2012 09:41 AM, Imre Deak wrote: Needed by the next patch. Signed-off-by: Imre Deak --- src/mesa/main/context.c |2 ++ src/mesa/main/mtypes.h |2 ++ src/mesa/main/version.c |3 +++ 3 files changed, 7 insertions(+) diff --git a/src/mesa/main/context.c b/src/mesa/main/c

[Mesa-dev] [PATCH v2 05/12] mesa: add API_NUM

2012-09-09 Thread Imre Deak
Needed by the next patch. Signed-off-by: Imre Deak --- src/mesa/main/context.c |2 ++ src/mesa/main/mtypes.h |2 ++ src/mesa/main/version.c |3 +++ 3 files changed, 7 insertions(+) diff --git a/src/mesa/main/context.c b/src/mesa/main/context.c index 6b28690..1167ea5 100644 --- a/sr