Re: [Mesa-dev] [PATCH] glapi: restore _glthread_GetID() function

2014-03-15 Thread Anuj Phogat
On Fri, Mar 14, 2014 at 9:15 AM, Brian Paul wrote: > This partially reverts patch 02cb04c68f. This fixes an unresolved > symbol error when using older builds of libGL. > --- > src/mapi/glapi/glapi.h |5 + > src/mapi/mapi_glapi.c | 10 ++ > 2 files changed, 15 insertions(+) > >

[Mesa-dev] [PATCH] glapi: restore _glthread_GetID() function

2014-03-14 Thread Brian Paul
This partially reverts patch 02cb04c68f. This fixes an unresolved symbol error when using older builds of libGL. --- src/mapi/glapi/glapi.h |5 + src/mapi/mapi_glapi.c | 10 ++ 2 files changed, 15 insertions(+) diff --git a/src/mapi/glapi/glapi.h b/src/mapi/glapi/glapi.h index