summaryrefslogtreecommitdiff
path: root/src/egl/main/eglapi.c
AgeCommit message (Expand)AuthorFilesLines
2011-12-20egl: add EGL_NV_post_sub_bufferFredrik Höglund1-0/+21
2011-12-20egl: KHR_reusable_sync entrypoints are missing from eglGetProcAddressChia-I Wu1-0/+5
2011-12-20egl: remove #ifdef's for official extensionsChia-I Wu1-30/+0
2011-12-20egl: remove EGL_ANDROID_swap_rectangleChia-I Wu1-25/+0
2011-08-21egl: add Android-specific extensionsChia-I Wu1-0/+25
2011-08-15egl: Native Display autodetectionBenjamin Franzke1-4/+4
2011-07-02egl: add copyright noticesChia-I Wu1-0/+30
2011-05-12egl: Fix int <-> ptr casts.José Fonseca1-1/+1
2011-04-25egl: Use the right extension name in #ifdefKristian Høgsberg1-1/+1
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke1-0/+44
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu1-6/+3
2010-10-23egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu1-6/+11
2010-10-23egl: Drop dpy argument from the link functions.Chia-I Wu1-9/+9
2010-09-30egl: Check extensions.Chia-I Wu1-11/+41
2010-09-10egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.Chia-I Wu1-1/+1
2010-08-25egl: Add EGL_MESA_drm_image extensionKristian Høgsberg1-0/+43
2010-08-20egl: Allow core functions to be queried.Chia-I Wu1-1/+38
2010-08-17egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu1-0/+107
2010-07-28egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg1-1/+5
2010-07-06egl: Remove unnecessary headers.Vinson Lee1-1/+0
2010-07-06egl: Rework driver loading.Chia-I Wu1-40/+8
2010-07-03egl: Always use EGLAPIENTRY in api function prototypesnobled1-15/+15
2010-06-23egl: Add support for EGL_MESA_drm_display.Chia-I Wu1-0/+14
2010-06-23egl: Introduce platform displays internally.Chia-I Wu1-1/+8
2010-05-31egl: Use SConscript for Windows build.Chia-I Wu1-1/+3
2010-05-14egl: Silence uninitialized variable warnings.Vinson Lee1-1/+1
2010-05-13egl: Implement EGL_NOK_swap_regionKristian Høgsberg1-0/+32
2010-05-13egl: Allow a prioritized list of default driversKristian Høgsberg1-6/+8
2010-02-19egl: Silence warnings in check/return macros.Chia-I Wu1-139/+147
2010-02-17egl: Always lock a display before using it.Chia-I Wu1-45/+80
2010-02-17egl: Make eglGetDisplay atomic.Chia-I Wu1-8/+2
2010-02-17egl: eglGetError should return the status of the last call.Chia-I Wu1-123/+226
2010-02-17egl: Use new error checking macros.Chia-I Wu1-115/+110
2010-02-17egl: Add new error checking macros.Chia-I Wu1-94/+134
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-0/+1
2010-01-28egl: Correctly unbind contexts in eglReleaseThread.Chia-I Wu1-0/+4
2010-01-28egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu1-5/+13
2010-01-28egl: Use a boolean to indicate whether a display is initialized.Chia-I Wu1-16/+19
2010-01-26egl: Remove _eglOpenDriver and _eglCloseDriver.Chia-I Wu1-5/+2
2010-01-26egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu1-2/+2
2010-01-26egl: Fix leaks in eglReleaseThread.Chia-I Wu1-6/+13
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu1-4/+4
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu1-0/+54
2010-01-25egl: Update headers.Chia-I Wu1-1/+2
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu1-3/+3
2010-01-20egl: Use _eglPreloadDrivers.Chia-I Wu1-3/+3
2010-01-12egl: Add _EGLDriver as the first argument to GetProcAddress.Chia-I Wu1-1/+2
2009-10-15egl: Rework the synchronization primitives.Chia-I Wu1-24/+42
2009-10-15egl: Rework eglSwapInterval.Chia-I Wu1-1/+11
2009-10-15egl: Rework error checking in eglSwapBuffers.Chia-I Wu1-0/+15