Re: [Mesa-dev] [PATCH 03/20] glapi: Store static dispatch offsets in a separate table

2015-05-15 Thread Dylan Baker
On Wed, May 13, 2015 at 12:44:31PM -0700, Ian Romanick wrote: > From: Ian Romanick [snip] > diff --git a/src/mapi/glapi/gen/static_data.py > b/src/mapi/glapi/gen/static_data.py > new file mode 100644 > index 000..2ce093c > --- /dev/null > +++ b/src/mapi/glapi/gen/static_data.py > @@ -0,0 +1

[Mesa-dev] [PATCH 03/20] glapi: Store static dispatch offsets in a separate table

2015-05-13 Thread Ian Romanick
From: Ian Romanick Since the set of functions with static will never change, there is no reason to store it in the XML. It's just one of those fields that confuses people adding new functions. This is split out from the rest of the series so that in-code assertions can be used to verify that th