aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglapi.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Silence warnings in check/return macros.Chia-I Wu2010-02-191-139/+147
* egl: Always lock a display before using it.Chia-I Wu2010-02-171-45/+80
* egl: Make eglGetDisplay atomic.Chia-I Wu2010-02-171-8/+2
* egl: eglGetError should return the status of the last call.Chia-I Wu2010-02-171-123/+226
* egl: Use new error checking macros.Chia-I Wu2010-02-171-115/+110
* egl: Add new error checking macros.Chia-I Wu2010-02-171-94/+134
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-0/+1
* egl: Correctly unbind contexts in eglReleaseThread.Chia-I Wu2010-01-281-0/+4
* egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu2010-01-281-5/+13
* egl: Use a boolean to indicate whether a display is initialized.Chia-I Wu2010-01-281-16/+19
* egl: Remove _eglOpenDriver and _eglCloseDriver.Chia-I Wu2010-01-261-5/+2
* egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu2010-01-261-2/+2
* egl: Fix leaks in eglReleaseThread.Chia-I Wu2010-01-261-6/+13
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-4/+4
* egl: Add support for EGL_KHR_image.Chia-I Wu2010-01-251-0/+54
* egl: Update headers.Chia-I Wu2010-01-251-1/+2
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-3/+3
* egl: Use _eglPreloadDrivers.Chia-I Wu2010-01-201-3/+3
* egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu2010-01-121-1/+2
* egl: Rework the synchronization primitives.Chia-I Wu2009-10-151-24/+42
* egl: Rework eglSwapInterval.Chia-I Wu2009-10-151-1/+11
* egl: Rework error checking in eglSwapBuffers.Chia-I Wu2009-10-151-0/+15
* egl: Update comments about eglapi.c.Chia-I Wu2009-10-151-5/+20
* egl: Rework error checking in eglGetCurrentSurface.Chia-I Wu2009-10-151-2/+20
* egl: Allow binding to any client API.Chia-I Wu2009-10-131-29/+3
* egl: Preload a driver if eglGetProcAddress is called early.Chia-I Wu2009-10-131-0/+4
* egl: Remove core functions from eglGetProcAddress.Chia-I Wu2009-10-131-45/+16
* egl: _eglCloseDriver should be no-op.Chia-I Wu2009-08-181-1/+1
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-5/+8
* egl: Change the way drivers are loaded.Chia-I Wu2009-08-181-1/+1
* egl: Overhaul driver API.Chia-I Wu2009-08-181-174/+495
* egl: Make _eglGlobal initialize statically.Chia-I Wu2009-08-111-1/+0
* egl: Return the same EGL Display for the same native display.Chia-I Wu2009-07-171-3/+6
* egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu2009-07-171-0/+2
* egl: Extend per-thread info for multiple current contexts.Chia-I Wu2009-07-171-4/+7
* egl: Support per-thread info.Chia-I Wu2009-07-171-4/+12
* egl: fix version handlingJonathan White2008-08-061-4/+13
* egl: new eglGetProcAddress() codeBrian Paul2008-05-301-5/+8
* egl: clean-up re-org of the client API stateBrian Paul2008-05-301-12/+27
* egl: added Name field to _EGLDriver so a driver name string can propogate up ...Brian Paul2008-05-291-1/+2
* egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize()Brian Paul2008-05-281-2/+9
* egl: added args string to _eglMain()Brian Paul2008-05-281-1/+3
* minor overhaul/re-org of driver selection/loading codeBrian Paul2008-05-271-8/+19
* added _eglGet*Handle() functionsBrian Paul2008-05-271-12/+3
* added EGL_OPENGL_API caseBrian Paul2008-05-271-1/+10
* eliminate the context hash tableBrian Paul2008-05-271-4/+1
* assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul2008-05-271-33/+33
* some initial EGL 1.2 workBrian Paul2006-01-301-0/+89
* Some initial per-thread support.Brian Paul2005-12-101-5/+6
* Move all the EGL API function pointers into a new _egl_api struct.Brian Paul2005-11-241-35/+34