Re: [Mesa3d-dev] [PATCH] Build failure in glapi/glapi_getproc.c

2010-03-01 Thread George Sapountzis
that was me, should compile now On Tue, Mar 2, 2010 at 3:22 AM, Mike Stroyan wrote: > The recent changes to _glapi_check_table included building the full > version build every time.  That broke builds for OpenGL ES1 and > OpenGL ES2.  They don't have all of the table members that OpenGL > does. >

[Mesa3d-dev] [PATCH] Build failure in glapi/glapi_getproc.c

2010-03-01 Thread Mike Stroyan
The recent changes to _glapi_check_table included building the full version build every time. That broke builds for OpenGL ES1 and OpenGL ES2. They don't have all of the table members that OpenGL does. This first broke in commit 42f3241e04b6cd74829dfb64b4a154ac8a4e6a48 in glapi/glapi.c. But the p