aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglcurrent.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Always record error code.Chia-I Wu2010-02-171-4/+5
* egl: Remove unnecessary headers.Vinson Lee2010-01-311-1/+0
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-2/+2
* egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu2010-01-261-37/+0
* egl: Add _eglGetAPIContext.Chia-I Wu2010-01-261-1/+12
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-1/+1
* egl: Fix GLX_USE_TLS build.Chia-I Wu2009-10-151-1/+1
* egl: Allow binding to any client API.Chia-I Wu2009-10-131-1/+1
* egl: Use _eglAddAtExitCall to free thread infos and displays.Chia-I Wu2009-08-111-2/+3
* egl: Initialize current thread management on demand.Chia-I Wu2009-08-111-18/+19
* egl: Destroy eglThreadInfo on thread exit.Chia-I Wu2009-08-111-16/+73
* egl: commit missing eglcurrent.[ch] filesBrian Paul2009-07-171-0/+283