----- 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 _______________________________________________ mesa-dev mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/mesa-dev
