Re: [Mesa-dev] [PATCH 2/2] mesa: Rename and wire-up GetInteger64i_v

2012-11-20 Thread Anuj Phogat
On Tue, Nov 20, 2012 at 1:09 PM, Matt Turner wrote: > The function was named badly and wasn't in the dispatch table, > making it hard to find. > > Fixes transform_feedback2_states and gets a few other transform > feedback tests closer to working in es3conform. > --- > src/mapi/glapi/gen/GL3x.xml

[Mesa-dev] [PATCH 2/2] mesa: Rename and wire-up GetInteger64i_v

2012-11-20 Thread Matt Turner
The function was named badly and wasn't in the dispatch table, making it hard to find. Fixes transform_feedback2_states and gets a few other transform feedback tests closer to working in es3conform. --- src/mapi/glapi/gen/GL3x.xml |2 +- src/mesa/main/get.c |