Age | Commit message (Expand) | Author |
2010-02-19 | egl: Silence warnings when compiled with -pedantic. | Chia-I Wu |
2010-02-17 | egl: Revisit global data locking. | Chia-I Wu |
2010-02-04 | egl: fix wrong argument. Use loader_data instead of loader | Igor Oliveira |
2010-02-03 | egl: Rename _eglPreloadForEach callbacks. | Chia-I Wu |
2010-02-03 | egl: Fix a potential segfault in driver suffix matching. | Chia-I Wu |
2010-02-03 | egl: Remove unnecessary #ifdef's. | Chia-I Wu |
2010-02-03 | egl: Ignore certain environment variables when setuid/setgid. | Chia-I Wu |
2010-02-03 | egl: Add EGL_DRIVERS_PATH environment variable. | Chia-I Wu |
2010-01-31 | egl: Remove unnecessary headers. | Vinson Lee |
2010-01-30 | egl: Clean up header inclusions. | Chia-I Wu |
2010-01-26 | egl: Remove _eglOpenDriver and _eglCloseDriver. | Chia-I Wu |
2010-01-25 | egl: Add support for EGL_KHR_image. | Chia-I Wu |
2010-01-24 | egl: Add and use make_library_path. | Chia-I Wu |
2010-01-24 | egl: Remove _eglFindAPIs. | Chia-I Wu |
2010-01-22 | egl: Remove egl_softpipe. | Chia-I Wu |
2010-01-20 | egl: Add a simple cache for driver probe. | Chia-I Wu |
2010-01-20 | egl: Improve driver matching. | Chia-I Wu |
2010-01-20 | egl: Rename _EGL_PLATFORM_X to _EGL_PLATFORM_POSIX. | Chia-I Wu |
2010-01-20 | egl: Remove unused driver and display functions. | Chia-I Wu |
2010-01-20 | egl: Add _eglPreloadDrivers. | Chia-I Wu |
2009-10-15 | egl: Rework the synchronization primitives. | Chia-I Wu |
2009-10-13 | egl: Add support for driver built-in. | Chia-I Wu |
2009-08-21 | egl: Make _eglChooseDriver return the filename of the driver. | Chia-I Wu |
2009-08-21 | egl: Remove dependency on libX11. | 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-07-17 | egl: Destroy display's resources upon termination. | Chia-I Wu |
2008-08-06 | egl: fixes for Windows | Jonathan White |
2008-08-05 | egl: changes for Windows | Jonathan White |
2008-06-19 | egl: clean up prototype code, new _eglFindAPIs() function. | Brian Paul |
2008-06-18 | egl: use RTLD_LAZY | Brian Paul |
2008-06-11 | egl: some prototype Windows code (eq for dlopen,dlsym) | Brian Paul |
2008-06-06 | egl: make _eglChooseDRMDriver() non-static | Brian Paul |
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-30 | egl: check for EGL_DRIVER env var to override normal driver selection process | Brian Paul |
2008-05-28 | egl: remove unused Display field | Brian Paul |
2008-05-28 | egl: move a few small functions into new eglmisc.[ch] files | Brian Paul |
2008-05-28 | egl: make sure EGL_VERSION_STRING query returns same version as eglInitialize() | Brian Paul |
2008-05-28 | egl: include egldefines.h | Brian Paul |
2008-05-28 | egl: bring card->driver lookup code into egldriver.c | Brian Paul |
2008-05-28 | egl: added args string to _eglMain() | Brian Paul |
2008-05-28 | egl: Temporarily disable eglx.[c|h] building | Jakob Bornecrantz |
2008-05-27 | minor overhaul/re-org of driver selection/loading code | 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-29 | Put extension flags, string into separate struct. | Brian Paul |
2005-11-24 | Move all the EGL API function pointers into a new _egl_api struct. | Brian Paul |