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