mesa/src
Chia-I Wu f6c2f5e379 egl: Destroy eglThreadInfo on thread exit.
This is done through pthread TSD destructor.  It destroys all thread
infos except for main thread's.  The thread info of the main thread is
destroyed by _eglFiniCurrent.

TLS case is not supported yet.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2009-08-11 22:14:35 -06:00
..
driclient
egl egl: Destroy eglThreadInfo on thread exit. 2009-08-11 22:14:35 -06:00
gallium gallium/trace: remove stray semicolons 2009-08-11 20:34:21 -06:00
glew glew: correct misspelling of glFramebufferTextureLayer 2009-06-18 10:13:55 +01:00
glu Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glut glut: fix incorrect Vista maximisation size due to WM_GETMINMAXINFO handling 2009-08-11 08:54:25 -06:00
glw Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glx glx: fix signedness warning 2009-08-11 22:14:35 -06:00
mesa mesa: handle glDrawPixels images which are larger than max rect texture size 2009-08-11 20:34:22 -06:00
xvmc
Makefile
SConscript