summaryrefslogtreecommitdiff
path: root/src/egl/main/eglapi.h
AgeCommit message (Expand)AuthorFilesLines
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke1-0/+11
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu1-1/+1
2010-08-25egl: Add EGL_MESA_drm_image extensionKristian Høgsberg1-0/+10
2010-08-17egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu1-0/+18
2010-05-13egl: Implement EGL_NOK_swap_regionKristian Høgsberg1-0/+7
2010-02-17egl: Always lock a display before using it.Chia-I Wu1-0/+1
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-1/+1
2010-01-28egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu1-0/+1
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu1-3/+3
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu1-1/+12
2010-01-12egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu1-1/+1
2009-10-15egl: Rework the synchronization primitives.Chia-I Wu1-4/+2
2009-10-15egl: Rework eglSwapInterval.Chia-I Wu1-1/+1
2009-08-18egl: Overhaul driver API.Chia-I Wu1-37/+37
2008-05-30egl: new eglGetProcAddress() codeBrian Paul1-1/+10
2006-01-30some initial EGL 1.2 workBrian Paul1-1/+14
2005-12-10Some initial per-thread support.Brian Paul1-2/+2
2005-11-24Move all the EGL API function pointers into a new _egl_api struct.Brian Paul1-0/+106