Re: [Mesa-dev] [PATCH v2] dispatch: Include GLES1-only functions in dispatch table.

2012-11-01 Thread Chad Versace
On 10/31/2012 05:15 PM, Paul Berry wrote: > Previously dispatch table-related code was generated from gl_API.xml, > so it did not include slots for GLES1-only functions (such as those > taking fixed-point arguments). > > This patch generates dispatch table-related code from > gl_and_es_API.xml, so

[Mesa-dev] [PATCH v2] dispatch: Include GLES1-only functions in dispatch table.

2012-10-31 Thread Paul Berry
Previously dispatch table-related code was generated from gl_API.xml, so it did not include slots for GLES1-only functions (such as those taking fixed-point arguments). This patch generates dispatch table-related code from gl_and_es_API.xml, so that GLES1-only functions are included. This paves t