| Commit message (Expand) | Author | Age | Files | Lines |
* | egl: add copyright notices | Chia-I Wu | 2011-07-02 | 1 | -0/+30 |
* | egl: Fix int <-> ptr casts. | José Fonseca | 2011-05-12 | 1 | -1/+1 |
* | egl: Use the right extension name in #ifdef | Kristian Høgsberg | 2011-04-25 | 1 | -1/+1 |
* | egl: Add EGL_WL_bind_wayland_display | Benjamin Franzke | 2011-03-01 | 1 | -0/+44 |
* | egl: Cleanup _EGLDisplay initialization. | Chia-I Wu | 2011-01-13 | 1 | -6/+3 |
* | egl: Use reference counting to replace IsLinked or IsBound. | Chia-I Wu | 2010-10-23 | 1 | -6/+11 |
* | egl: Drop dpy argument from the link functions. | Chia-I Wu | 2010-10-23 | 1 | -9/+9 |
* | egl: Check extensions. | Chia-I Wu | 2010-09-30 | 1 | -11/+41 |
* | egl: Use _EGL_CHECK_DISPLAY in eglCreateContext. | Chia-I Wu | 2010-09-10 | 1 | -1/+1 |
* | egl: Add EGL_MESA_drm_image extension | Kristian Høgsberg | 2010-08-25 | 1 | -0/+43 |
* | egl: Allow core functions to be queried. | Chia-I Wu | 2010-08-20 | 1 | -1/+38 |
* | egl: Add support for EGL_KHR_reusable_sync. | Chia-I Wu | 2010-08-17 | 1 | -0/+107 |
* | egl: EGL_KHR_surfaceless_* extensions | Kristian Høgsberg | 2010-07-28 | 1 | -1/+5 |
* | egl: Remove unnecessary headers. | Vinson Lee | 2010-07-06 | 1 | -1/+0 |
* | egl: Rework driver loading. | Chia-I Wu | 2010-07-06 | 1 | -40/+8 |
* | egl: Always use EGLAPIENTRY in api function prototypes | nobled | 2010-07-03 | 1 | -15/+15 |
* | egl: Add support for EGL_MESA_drm_display. | Chia-I Wu | 2010-06-23 | 1 | -0/+14 |
* | egl: Introduce platform displays internally. | Chia-I Wu | 2010-06-23 | 1 | -1/+8 |
* | egl: Use SConscript for Windows build. | Chia-I Wu | 2010-05-31 | 1 | -1/+3 |
* | egl: Silence uninitialized variable warnings. | Vinson Lee | 2010-05-14 | 1 | -1/+1 |
* | egl: Implement EGL_NOK_swap_region | Kristian Høgsberg | 2010-05-13 | 1 | -0/+32 |
* | egl: Allow a prioritized list of default drivers | Kristian Høgsberg | 2010-05-13 | 1 | -6/+8 |
* | egl: Silence warnings in check/return macros. | Chia-I Wu | 2010-02-19 | 1 | -139/+147 |
* | egl: Always lock a display before using it. | Chia-I Wu | 2010-02-17 | 1 | -45/+80 |
* | egl: Make eglGetDisplay atomic. | Chia-I Wu | 2010-02-17 | 1 | -8/+2 |
* | egl: eglGetError should return the status of the last call. | Chia-I Wu | 2010-02-17 | 1 | -123/+226 |
* | egl: Use new error checking macros. | Chia-I Wu | 2010-02-17 | 1 | -115/+110 |
* | egl: Add new error checking macros. | Chia-I Wu | 2010-02-17 | 1 | -94/+134 |
* | egl: Clean up header inclusions. | Chia-I Wu | 2010-01-30 | 1 | -0/+1 |
* | egl: Correctly unbind contexts in eglReleaseThread. | Chia-I Wu | 2010-01-28 | 1 | -0/+4 |
* | egl: eglMakeCurrent should accept an uninitialized display. | Chia-I Wu | 2010-01-28 | 1 | -5/+13 |
* | egl: Use a boolean to indicate whether a display is initialized. | Chia-I Wu | 2010-01-28 | 1 | -16/+19 |
* | egl: Remove _eglOpenDriver and _eglCloseDriver. | Chia-I Wu | 2010-01-26 | 1 | -5/+2 |
* | egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay. | Chia-I Wu | 2010-01-26 | 1 | -2/+2 |
* | egl: Fix leaks in eglReleaseThread. | Chia-I Wu | 2010-01-26 | 1 | -6/+13 |
* | egl: Native types are renamed in EGL 1.3. | Chia-I Wu | 2010-01-25 | 1 | -4/+4 |
* | egl: Add support for EGL_KHR_image. | Chia-I Wu | 2010-01-25 | 1 | -0/+54 |
* | egl: Update headers. | Chia-I Wu | 2010-01-25 | 1 | -1/+2 |
* | egl: Make surfaces and contexts resources. | Chia-I Wu | 2010-01-24 | 1 | -3/+3 |
* | egl: Use _eglPreloadDrivers. | Chia-I Wu | 2010-01-20 | 1 | -3/+3 |
* | egl: Add _EGLDriver as the first argument to GetProcAddress. | Chia-I Wu | 2010-01-12 | 1 | -1/+2 |
* | egl: Rework the synchronization primitives. | Chia-I Wu | 2009-10-15 | 1 | -24/+42 |
* | egl: Rework eglSwapInterval. | Chia-I Wu | 2009-10-15 | 1 | -1/+11 |
* | egl: Rework error checking in eglSwapBuffers. | Chia-I Wu | 2009-10-15 | 1 | -0/+15 |
* | egl: Update comments about eglapi.c. | Chia-I Wu | 2009-10-15 | 1 | -5/+20 |
* | egl: Rework error checking in eglGetCurrentSurface. | Chia-I Wu | 2009-10-15 | 1 | -2/+20 |
* | egl: Allow binding to any client API. | Chia-I Wu | 2009-10-13 | 1 | -29/+3 |
* | egl: Preload a driver if eglGetProcAddress is called early. | Chia-I Wu | 2009-10-13 | 1 | -0/+4 |
* | egl: Remove core functions from eglGetProcAddress. | Chia-I Wu | 2009-10-13 | 1 | -45/+16 |
* | egl: _eglCloseDriver should be no-op. | Chia-I Wu | 2009-08-18 | 1 | -1/+1 |