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