Re: [Mesa-dev] [PATCH] mesa: update glext.h to version 20130624

2013-06-26 Thread Ian Romanick
On 06/26/2013 07:13 AM, Brian Paul wrote: On 06/26/2013 07:48 AM, Jose Fonseca wrote: - Original Message - In glapi_priv.h we always need the typedef for the GLclampx type since GL_OES_fixed_point is now defined in glext.h but the GLclampx type is not. GLclampx is not used by anything

Re: [Mesa-dev] [PATCH] mesa: update glext.h to version 20130624

2013-06-26 Thread Brian Paul
On 06/26/2013 07:48 AM, Jose Fonseca wrote: - Original Message - In glapi_priv.h we always need the typedef for the GLclampx type since GL_OES_fixed_point is now defined in glext.h but the GLclampx type is not. GLclampx is not used by anything in glext.h but we need it for GL ES dispatc

Re: [Mesa-dev] [PATCH] mesa: update glext.h to version 20130624

2013-06-26 Thread Jose Fonseca
- Original Message - > In glapi_priv.h we always need the typedef for the GLclampx type > since GL_OES_fixed_point is now defined in glext.h but the > GLclampx type is not. GLclampx is not used by anything in glext.h > but we need it for GL ES dispatch. > --- > include/GL/glext.h