summaryrefslogtreecommitdiff
path: root/src/egl/main/eglapi.c
AgeCommit message (Expand)Author
2011-03-16android: Add Android EGL extensions.Chia-I Wu
2011-03-01egl: Add EGL_WL_bind_wayland_displayBenjamin Franzke
2011-01-13egl: Cleanup _EGLDisplay initialization.Chia-I Wu
2010-10-23egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu
2010-10-23egl: Drop dpy argument from the link functions.Chia-I Wu
2010-09-30egl: Check extensions.Chia-I Wu
2010-09-10egl: Use _EGL_CHECK_DISPLAY in eglCreateContext.Chia-I Wu
2010-08-25egl: Add EGL_MESA_drm_image extensionKristian Høgsberg
2010-08-20egl: Allow core functions to be queried.Chia-I Wu
2010-08-17egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu
2010-07-28egl: EGL_KHR_surfaceless_* extensionsKristian Høgsberg
2010-07-06egl: Remove unnecessary headers.Vinson Lee
2010-07-06egl: Rework driver loading.Chia-I Wu
2010-07-03egl: Always use EGLAPIENTRY in api function prototypesnobled
2010-06-23egl: Add support for EGL_MESA_drm_display.Chia-I Wu
2010-06-23egl: Introduce platform displays internally.Chia-I Wu
2010-05-31egl: Use SConscript for Windows build.Chia-I Wu
2010-05-14egl: Silence uninitialized variable warnings.Vinson Lee
2010-05-13egl: Implement EGL_NOK_swap_regionKristian Høgsberg
2010-05-13egl: Allow a prioritized list of default driversKristian Høgsberg
2010-02-19egl: Silence warnings in check/return macros.Chia-I Wu
2010-02-17egl: Always lock a display before using it.Chia-I Wu
2010-02-17egl: Make eglGetDisplay atomic.Chia-I Wu
2010-02-17egl: eglGetError should return the status of the last call.Chia-I Wu
2010-02-17egl: Use new error checking macros.Chia-I Wu
2010-02-17egl: Add new error checking macros.Chia-I Wu
2010-01-30egl: Clean up header inclusions.Chia-I Wu
2010-01-28egl: Correctly unbind contexts in eglReleaseThread.Chia-I Wu
2010-01-28egl: eglMakeCurrent should accept an uninitialized display.Chia-I Wu
2010-01-28egl: Use a boolean to indicate whether a display is initialized.Chia-I Wu
2010-01-26egl: Remove _eglOpenDriver and _eglCloseDriver.Chia-I Wu
2010-01-26egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay.Chia-I Wu
2010-01-26egl: Fix leaks in eglReleaseThread.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-25egl: Update headers.Chia-I Wu
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu
2010-01-20egl: Use _eglPreloadDrivers.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-10-15egl: Rework error checking in eglSwapBuffers.Chia-I Wu
2009-10-15egl: Update comments about eglapi.c.Chia-I Wu
2009-10-15egl: Rework error checking in eglGetCurrentSurface.Chia-I Wu
2009-10-13egl: Allow binding to any client API.Chia-I Wu
2009-10-13egl: Preload a driver if eglGetProcAddress is called early.Chia-I Wu
2009-10-13egl: Remove core functions from eglGetProcAddress.Chia-I Wu
2009-08-18egl: _eglCloseDriver should be no-op.Chia-I Wu
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu
2009-08-18egl: Change the way drivers are loaded.Chia-I Wu