Re: [Mesa-dev] [PATCH 7/7] glapi: Don't emit remap data for individual extensions

2011-09-10 Thread Chia-I Wu
On Sat, Sep 10, 2011 at 6:39 AM, Ian Romanick wrote: > From: Ian Romanick > > All of the extensions actually supported by Mesa have been remapped by > remap.c for a long time.  Emitting all of these data structures is > just clutter. > > Drivers that need additional functions remapped, should add

[Mesa-dev] [PATCH 7/7] glapi: Don't emit remap data for individual extensions

2011-09-09 Thread Ian Romanick
From: Ian Romanick All of the extensions actually supported by Mesa have been remapped by remap.c for a long time. Emitting all of these data structures is just clutter. Drivers that need additional functions remapped, should add 'offset="assign"' to the function definition in the .xml file. T