Age | Commit message (Expand) | Author |
2010-02-19 | egl: Silence warnings in check/return macros. | Chia-I Wu |
2010-02-17 | egl: Always lock a display before using it. | Chia-I Wu |
2010-02-17 | egl: Make eglGetDisplay atomic. | Chia-I Wu |
2010-02-17 | egl: eglGetError should return the status of the last call. | Chia-I Wu |
2010-02-17 | egl: Use new error checking macros. | Chia-I Wu |
2010-02-17 | egl: Add new error checking macros. | Chia-I Wu |
2010-01-30 | egl: Clean up header inclusions. | Chia-I Wu |
2010-01-28 | egl: Correctly unbind contexts in eglReleaseThread. | Chia-I Wu |
2010-01-28 | egl: eglMakeCurrent should accept an uninitialized display. | Chia-I Wu |
2010-01-28 | egl: Use a boolean to indicate whether a display is initialized. | Chia-I Wu |
2010-01-26 | egl: Remove _eglOpenDriver and _eglCloseDriver. | Chia-I Wu |
2010-01-26 | egl: Remove _eglGetCurrentSurface and _eglGetCurrentDisplay. | Chia-I Wu |
2010-01-26 | egl: Fix leaks in eglReleaseThread. | Chia-I Wu |
2010-01-25 | egl: Native types are renamed in EGL 1.3. | Chia-I Wu |
2010-01-25 | egl: Add support for EGL_KHR_image. | Chia-I Wu |
2010-01-25 | egl: Update headers. | Chia-I Wu |
2010-01-24 | egl: Make surfaces and contexts resources. | Chia-I Wu |
2010-01-20 | egl: Use _eglPreloadDrivers. | Chia-I Wu |
2010-01-12 | egl: Add _EGLDriver as the first argument to GetProcAddress. | Chia-I Wu |
2009-10-15 | egl: Rework the synchronization primitives. | Chia-I Wu |
2009-10-15 | egl: Rework eglSwapInterval. | Chia-I Wu |
2009-10-15 | egl: Rework error checking in eglSwapBuffers. | Chia-I Wu |
2009-10-15 | egl: Update comments about eglapi.c. | Chia-I Wu |
2009-10-15 | egl: Rework error checking in eglGetCurrentSurface. | Chia-I Wu |
2009-10-13 | egl: Allow binding to any client API. | Chia-I Wu |
2009-10-13 | egl: Preload a driver if eglGetProcAddress is called early. | Chia-I Wu |
2009-10-13 | egl: Remove core functions from eglGetProcAddress. | Chia-I Wu |
2009-08-18 | egl: _eglCloseDriver should be no-op. | Chia-I Wu |
2009-08-18 | egl: Some per-driver data should be per-display. | Chia-I Wu |
2009-08-18 | egl: Change the way drivers are loaded. | Chia-I Wu |
2009-08-18 | egl: Overhaul driver API. | Chia-I Wu |
2009-08-11 | egl: Make _eglGlobal initialize statically. | Chia-I Wu |
2009-07-17 | egl: Return the same EGL Display for the same native display. | Chia-I Wu |
2009-07-17 | egl: Add funtions to link contexts and surfaces to displays. | Chia-I Wu |
2009-07-17 | egl: Extend per-thread info for multiple current contexts. | Chia-I Wu |
2009-07-17 | egl: Support per-thread info. | Chia-I Wu |
2008-08-06 | egl: fix version handling | Jonathan White |
2008-05-30 | egl: new eglGetProcAddress() code | Brian Paul |
2008-05-30 | egl: clean-up re-org of the client API state | Brian Paul |
2008-05-29 | egl: added Name field to _EGLDriver so a driver name string can propogate up ... | Brian Paul |
2008-05-28 | egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize() | Brian Paul |
2008-05-28 | egl: added args string to _eglMain() | Brian Paul |
2008-05-27 | minor overhaul/re-org of driver selection/loading code | Brian Paul |
2008-05-27 | added _eglGet*Handle() functions | Brian Paul |
2008-05-27 | added EGL_OPENGL_API case | Brian Paul |
2008-05-27 | eliminate the context hash table | Brian Paul |
2008-05-27 | assorted changes to compile with new EGL 1.4 headers (untested) | Brian Paul |
2006-01-30 | some initial EGL 1.2 work | Brian Paul |
2005-12-10 | Some initial per-thread support. | Brian Paul |
2005-11-24 | Move all the EGL API function pointers into a new _egl_api struct. | Brian Paul |