summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglglobals.h
Commit message (Expand)AuthorAgeFilesLines
* egl: Remove hash table for displays.Chia-I Wu2009-08-181-1/+5
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-2/+0
* egl: Add _eglAddAtExitCall.Chia-I Wu2009-08-111-0/+9
* egl: Make _eglGlobal initialize statically.Chia-I Wu2009-08-111-10/+0
* egl: Make display and surface hash tables local.Chia-I Wu2009-08-111-4/+0
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-0/+1
* egl: Support per-thread info.Chia-I Wu2009-07-171-30/+1
* egl: new eglGetProcAddress() codeBrian Paul2008-05-301-0/+3
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-4/+4
* added EGL_OPENGL_API caseBrian Paul2008-05-271-0/+1
* eliminate the context hash tableBrian Paul2008-05-271-1/+0
* some initial EGL 1.2 workBrian Paul2006-01-301-2/+15
* minor code movementBrian Paul2005-12-171-4/+0
* Some initial per-thread support.Brian Paul2005-12-101-4/+19
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-0/+6
* initial EGL codeBrian Paul2005-04-221-0/+38