Re: [Mesa-dev] [PATCH 1/2] mesa: Track the API used to create a VAO

2012-01-23 Thread Brian Paul
On Sat, Jan 21, 2012 at 11:44 AM, Ian Romanick wrote: > On Sat, Jan 21, 2012 at 08:14:18AM -0700, Brian Paul wrote: >> On 01/20/2012 07:59 PM, Ian Romanick wrote: >> >From: Ian Romanick >> > >> >There are more differences between Apple and ARB than just the Gen >> >requirement. >> > >> >NOTE: This

Re: [Mesa-dev] [PATCH 1/2] mesa: Track the API used to create a VAO

2012-01-21 Thread Ian Romanick
On Sat, Jan 21, 2012 at 08:14:18AM -0700, Brian Paul wrote: > On 01/20/2012 07:59 PM, Ian Romanick wrote: > >From: Ian Romanick > > > >There are more differences between Apple and ARB than just the Gen > >requirement. > > > >NOTE: This is a candidate for release branches. > > > >Signed-off-by: Ian

Re: [Mesa-dev] [PATCH 1/2] mesa: Track the API used to create a VAO

2012-01-21 Thread Brian Paul
On 01/20/2012 07:59 PM, Ian Romanick wrote: From: Ian Romanick There are more differences between Apple and ARB than just the Gen requirement. NOTE: This is a candidate for release branches. Signed-off-by: Ian Romanick --- src/mesa/main/arrayobj.c |1 + src/mesa/main/mtypes.h |5 +

[Mesa-dev] [PATCH 1/2] mesa: Track the API used to create a VAO

2012-01-20 Thread Ian Romanick
From: Ian Romanick There are more differences between Apple and ARB than just the Gen requirement. NOTE: This is a candidate for release branches. Signed-off-by: Ian Romanick --- src/mesa/main/arrayobj.c |1 + src/mesa/main/mtypes.h |5 + 2 files changed, 6 insertions(+), 0 dele