Re: [Mesa-dev] [PATCH] mesa: remove remaining uses of _glthread_GetID()

2014-03-05 Thread Jose Fonseca
- Original Message - > It was really only used in the radeon driver for a debug printf. > And evidently, libGL.so referenced it just to work around some sort > of linker issue. > > This patch removes the two calls to the function and the function > itself. > > Fixes undefined _glthread_

[Mesa-dev] [PATCH] mesa: remove remaining uses of _glthread_GetID()

2014-03-04 Thread Brian Paul
It was really only used in the radeon driver for a debug printf. And evidently, libGL.so referenced it just to work around some sort of linker issue. This patch removes the two calls to the function and the function itself. Fixes undefined _glthread_GetID symbol in libGL reported by 'nm'. Though,