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

Jose Fonseca jfonseca at vmware.com
Wed Jun 26 06:48:01 PDT 2013


----- 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          |21804
>  ++++++++++++++++++++-----------------------
>  src/mapi/glapi/glapi_priv.h |    2 +-
>  2 files changed, 9921 insertions(+), 11885 deletions(-)
> 

Sounds good to me.

It's worth to do a quick trial compilation with MSVC as well -- khronos headers often change types of arguments, and some compilers are picker than others.

Jose


More information about the mesa-dev mailing list