mesa/src
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
..
driclient
egl egl: Support per-thread info. 2009-07-17 11:41:02 -06:00
gallium draw: fix ppc build regression 2009-07-16 19:01:29 +01: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 Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glw Use separate $(MINSTALL) for installing libraries 2009-06-01 06:32:52 -07:00
glx GLX/DRI1: Mark GLX visuals with depth != screen depth non-conformant. 2009-07-07 13:59:59 +02:00
mesa texenv: Calculate whether we need to do secondary color on our own. 2009-07-16 19:02:04 -07:00
xvmc
Makefile
SConscript