Re: [Mesa-dev] [PATCH 2/9] dispatch: Include glheader.h in dispatch-related files.

2012-10-31 Thread Chad Versace
On 10/30/2012 10:42 AM, Paul Berry wrote: > This ensures that GLES1-only typedefs are available in these files. > In a future patch, this will allow us to expand the dispatch table to > include GLES1-only functions. > --- > src/glx/tests/indirect_api.cpp | 2 +- > src/mapi/glapi/gen/g

[Mesa-dev] [PATCH 2/9] dispatch: Include glheader.h in dispatch-related files.

2012-10-30 Thread Paul Berry
This ensures that GLES1-only typedefs are available in these files. In a future patch, this will allow us to expand the dispatch table to include GLES1-only functions. --- src/glx/tests/indirect_api.cpp | 2 +- src/mapi/glapi/gen/gl_gentable.py | 2 +- src/mapi/glapi/tests/c