mesa: remove remaining uses of _glthread_GetID()
authorBrian Paul <brianp@vmware.com>
Tue, 4 Mar 2014 22:24:16 +0000 (15:24 -0700)
committerBrian Paul <brianp@vmware.com>
Wed, 5 Mar 2014 18:05:48 +0000 (11:05 -0700)
commit02cb04c68ffbdaffaf7513ddc951584cac29f209
tree9612e6e4f9f93f370cdd43196b168e286726b430
parent0b0114cc3bd8ceccaa6cbad161a13f2da2631ae0
mesa: remove remaining uses of _glthread_GetID()

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, the missing symbol doesn't cause any issues on my system but
it does cause glxinfo to fail on one of our test systems.

Reviewed-by: Jose Fonseca <jfonseca@vmware.com>
src/glx/glxcurrent.c
src/mapi/glapi/glapi.h
src/mapi/mapi_glapi.c
src/mapi/u_thread.h
src/mesa/drivers/dri/common/dri_test.c
src/mesa/drivers/dri/radeon/radeon_fbo.c