aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglapi.h
Commit message (Expand)AuthorAgeFilesLines
* egl: Always lock a display before using it.Chia-I Wu2010-02-171-0/+1
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-1/+1
* egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu2010-01-281-0/+1
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-3/+3
* egl: Add support for EGL_KHR_image.Chia-I Wu2010-01-251-1/+12
* egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu2010-01-121-1/+1
* egl: Rework the synchronization primitives.Chia-I Wu2009-10-151-4/+2
* egl: Rework eglSwapInterval.Chia-I Wu2009-10-151-1/+1
* egl: Overhaul driver API.Chia-I Wu2009-08-181-37/+37
* egl: new eglGetProcAddress() codeBrian Paul2008-05-301-1/+10
* some initial EGL 1.2 workBrian Paul2006-01-301-1/+14
* Some initial per-thread support.Brian Paul2005-12-101-2/+2
* Move all the EGL API function pointers into a new _egl_api struct.Brian Paul2005-11-241-0/+106