Re: [Mesa-dev] [PATCH 6/9] dispatch: Make a header to go along with querymatrix.c.

2012-11-01 Thread Chad Versace
On 10/31/2012 05:37 PM, Paul Berry wrote: > On 31 October 2012 15:27, Chad Versace > wrote: > > On 10/30/2012 10:42 AM, Paul Berry wrote: > > This patch creates a header querymatrix.h, to allow functions defined > > in querymatrix.c to be used from

Re: [Mesa-dev] [PATCH 6/9] dispatch: Make a header to go along with querymatrix.c.

2012-10-31 Thread Paul Berry
On 31 October 2012 15:27, Chad Versace wrote: > On 10/30/2012 10:42 AM, Paul Berry wrote: > > This patch creates a header querymatrix.h, to allow functions defined > > in querymatrix.c to be used from other .c files. It also switches > > from the nonstandard GL_APIENTRY to GLAPIENTRY. > > --- >

Re: [Mesa-dev] [PATCH 6/9] dispatch: Make a header to go along with querymatrix.c.

2012-10-31 Thread Chad Versace
On 10/30/2012 10:42 AM, Paul Berry wrote: > This patch creates a header querymatrix.h, to allow functions defined > in querymatrix.c to be used from other .c files. It also switches > from the nonstandard GL_APIENTRY to GLAPIENTRY. > --- > src/mesa/main/querymatrix.c | 12 +--- > src/mesa

[Mesa-dev] [PATCH 6/9] dispatch: Make a header to go along with querymatrix.c.

2012-10-30 Thread Paul Berry
This patch creates a header querymatrix.h, to allow functions defined in querymatrix.c to be used from other .c files. It also switches from the nonstandard GL_APIENTRY to GLAPIENTRY. --- src/mesa/main/querymatrix.c | 12 +--- src/mesa/main/querymatrix.h | 39 +