summaryrefslogtreecommitdiff
path: root/src/egl/main/eglapi.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-11egl: Make _eglGlobal initialize statically.Chia-I Wu1-1/+0
2009-07-17egl: Return the same EGL Display for the same native display.Chia-I Wu1-3/+6
2009-07-17egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu1-0/+2
2009-07-17egl: Extend per-thread info for multiple current contexts.Chia-I Wu1-4/+7
2009-07-17egl: Support per-thread info.Chia-I Wu1-4/+12
2008-08-06egl: fix version handlingJonathan White1-4/+13
2008-05-30egl: new eglGetProcAddress() codeBrian Paul1-5/+8
2008-05-30egl: clean-up re-org of the client API stateBrian Paul1-12/+27
2008-05-29egl: added Name field to _EGLDriver so a driver name string can propogate up ...Brian Paul1-1/+2
2008-05-28egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize()Brian Paul1-2/+9
2008-05-28egl: added args string to _eglMain()Brian Paul1-1/+3
2008-05-27minor overhaul/re-org of driver selection/loading codeBrian Paul1-8/+19
2008-05-27added _eglGet*Handle() functionsBrian Paul1-12/+3
2008-05-27added EGL_OPENGL_API caseBrian Paul1-1/+10
2008-05-27eliminate the context hash tableBrian Paul1-4/+1
2008-05-27assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul1-33/+33
2006-01-30some initial EGL 1.2 workBrian Paul1-0/+89
2005-12-10Some initial per-thread support.Brian Paul1-5/+6
2005-11-24Move all the EGL API function pointers into a new _egl_api struct.Brian Paul1-35/+34
2005-05-17remove eglQueryDisplayMESA()Brian Paul1-9/+0
2005-05-16use EGLint instead of unsigned long for eglCopyContextMESA, added commentsBrian Paul1-1/+1
2005-05-14Add empty placeholder for eglCopyContextMESAJon Smirl1-0/+12
2005-05-13First attempt at getting egl support up on dumb framebuffer.Jon Smirl1-10/+52
2005-05-04sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul1-26/+16
2005-04-22initial EGL codeBrian Paul1-0/+462