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

2012-11-01 Thread Paul Berry
On 1 November 2012 01:08, Tapani Pälli wrote: > On 11/01/2012 07:28 AM, Tapani Pälli wrote: > > On 11/01/2012 12:42 AM, Paul Berry wrote: > >> On 31 October 2012 15:21, Chad Versace >> > wrote: > >> > >> Tapani, see the bottom of the message. > >> > >>

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

2012-11-01 Thread Tapani Pälli
On 11/01/2012 07:28 AM, Tapani Pälli wrote: > On 11/01/2012 12:42 AM, Paul Berry wrote: >> On 31 October 2012 15:21, Chad Versace > > wrote: >> >> Tapani, see the bottom of the message. >> >> On 10/30/2012 10:42 AM, Paul Berry wrote: >> > Previously

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

2012-11-01 Thread Tapani Pälli
On 11/01/2012 12:42 AM, Paul Berry wrote: > On 31 October 2012 15:21, Chad Versace > wrote: > > Tapani, see the bottom of the message. > > On 10/30/2012 10:42 AM, Paul Berry wrote: > > Previously dispatch table-related code was generated from gl_A

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

2012-10-31 Thread Paul Berry
On 31 October 2012 15:21, Chad Versace wrote: > Tapani, see the bottom of the message. > > On 10/30/2012 10:42 AM, 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-p

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

2012-10-31 Thread Chad Versace
Tapani, see the bottom of the message. On 10/30/2012 10:42 AM, 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-r

[Mesa-dev] [PATCH 4/9] dispatch: Include GLES1-only functions in dispatch table.

2012-10-30 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