summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglapi.c
Commit message (Expand)AuthorAgeFilesLines
* android: Add Android EGL extensions.Chia-I Wu2011-03-161-0/+25
* egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke2011-03-011-0/+44
* egl: Cleanup _EGLDisplay initialization.Chia-I Wu2011-01-131-6/+3
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-6/+11
* egl: Drop dpy argument from the link functions.Chia-I Wu2010-10-231-9/+9
* egl: Check extensions.Chia-I Wu2010-09-301-11/+41
* egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.Chia-I Wu2010-09-101-1/+1
* egl: Add EGL_MESA_drm_image extensionKristian Høgsberg2010-08-251-0/+43
* egl: Allow core functions to be queried.Chia-I Wu2010-08-201-1/+38
* egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-171-0/+107
* egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg2010-07-281-1/+5
* egl: Remove unnecessary headers.Vinson Lee2010-07-061-1/+0
* egl: Rework driver loading.Chia-I Wu2010-07-061-40/+8
* egl: Always use EGLAPIENTRY in api function prototypesnobled2010-07-031-15/+15
* egl: Add support for EGL_MESA_drm_display.Chia-I Wu2010-06-231-0/+14
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-1/+8
* egl: Use SConscript for Windows build.Chia-I Wu2010-05-311-1/+3
* egl: Silence uninitialized variable warnings.Vinson Lee2010-05-141-1/+1
* egl: Implement EGL_NOK_swap_regionKristian Høgsberg2010-05-131-0/+32
* egl: Allow a prioritized list of default driversKristian Høgsberg2010-05-131-6/+8
* 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