summaryrefslogtreecommitdiff
path: root/src/egl/main/eglcurrent.c
AgeCommit message (Expand)AuthorFilesLines
2011-07-02egl: add copyright noticesChia-I Wu1-0/+28
2010-12-31egl: add missing case in _eglError()Brian Paul1-1/+4
2010-11-03egl: Set up the pthread key even TLS is used.Chia-I Wu1-27/+13
2010-07-31egl: Fix '_eglAddAtExitCall' implicit declaration warning.Vinson Lee1-0/+1
2010-07-31egl: Add checks for EGL_MESA_screen_surface.Chia-I Wu1-1/+2
2010-02-17egl: Always record error code.Chia-I Wu1-4/+5
2010-01-31egl: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-2/+2
2010-01-26egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu1-37/+0
2010-01-26egl: Add _eglGetAPIContext.Chia-I Wu1-1/+12
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu1-1/+1
2009-10-15egl: Fix GLX_USE_TLS build.Chia-I Wu1-1/+1
2009-10-13egl: Allow binding to any client API.Chia-I Wu1-1/+1
2009-08-11egl: Use _eglAddAtExitCall to free thread infos and displays.Chia-I Wu1-2/+3
2009-08-11egl: Initialize current thread management on demand.Chia-I Wu1-18/+19
2009-08-11egl: Destroy eglThreadInfo on thread exit.Chia-I Wu1-16/+73
2009-07-17egl: commit missing eglcurrent.[ch] filesBrian Paul1-0/+283