Re: [Mesa-dev] [PATCH v2] glapi: Build gl_gentable.c only on Darwin

2015-12-10 Thread Andreas Boll
I noticed that I've typed gl_gentable.c instead of glapi_gentable.c in the commit message. Fixed that locally. 2015-12-10 14:35 GMT+01:00 Andreas Boll : > Removes the public symbol _glapi_create_table_from_handle from > libGL.so.1 on all platforms except Darwin. > > Since the symbol is not used on

[Mesa-dev] [PATCH v2] glapi: Build gl_gentable.c only on Darwin

2015-12-10 Thread Andreas Boll
Removes the public symbol _glapi_create_table_from_handle from libGL.so.1 on all platforms except Darwin. Since the symbol is not used on other platforms it makes sense to build gl_gentable.c only on Darwin. A little bit of history: _glapi_create_table_from_handle was introduced in commit 85937