summaryrefslogtreecommitdiff
path: root/src/egl/main/eglglobals.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-11egl: Add _eglAddAtExitCall.Chia-I Wu1-0/+40
2009-08-11egl: Make _eglGlobal initialize statically.Chia-I Wu1-26/+6
2009-08-11egl: Make display and surface hash tables local.Chia-I Wu1-5/+1
2009-08-11egl: Initialize current thread management on demand.Chia-I Wu1-4/+0
2009-07-17egl: Support per-thread info.Chia-I Wu1-109/+4
2008-08-04egl: fix _eglGlobal initialization for WindowsJonathan White1-3/+4
2008-06-20egl: default API should be ESBrian Paul1-1/+1
2008-05-30egl: clean-up re-org of the client API stateBrian Paul1-2/+1
2008-05-27eliminate the context hash tableBrian Paul1-2/+0
2006-01-30some initial EGL 1.2 workBrian Paul1-3/+36
2005-12-17minor code movementBrian Paul1-14/+0
2005-12-10Some initial per-thread support.Brian Paul1-5/+19
2005-11-24report error token in message printed in _eglError()Brian Paul1-1/+50
2005-11-23change error messageBrian Paul1-1/+2
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul1-0/+14
2005-04-22initial EGL codeBrian Paul1-0/+51