mesa/src/egl
Chia-I Wu 75da80b295 egl: Support per-thread info.
This commit introduces a "current" system to manage per-thread info.  It
uses TLS, if GLX_USE_TLS is defined, or pthread, if PTHREADS is defined.
If none of them are defined, it uses a dummy implementation that is just
like before.

Signed-off-by: Chia-I Wu <olvaffe@gmail.com>
2009-07-17 11:41:02 -06:00
..
docs Check in a long-misplaced spec update. 2006-12-14 09:38:06 -07:00
drivers Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
main egl: Support per-thread info. 2009-07-17 11:41:02 -06:00
Makefile Add install target for egl 2009-02-11 07:01:40 +01:00