Age | Commit message (Collapse) | Author | |
---|---|---|---|
2009-08-18 | egl: Overhaul driver API. | Chia-I Wu | |
The motivation is so that drivers do not need to look up and check for bad display, context, and etc. It also becomes unnecessary for drivers to call the link functions. This commit makes eglapi.[ch] do the lookup and check. As a result, the driver API is overhauled, and almost all sources and drivers need update. The updates are mainly find and replace with human brains. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
2008-05-30 | egl: new eglGetProcAddress() code | Brian Paul | |
The idea is to pass the call down to the device driver where an API-specific query can be made. Untested. | |||
2006-01-30 | some initial EGL 1.2 work | Brian Paul | |
2005-12-10 | Some initial per-thread support. | Brian Paul | |
Rename eglShowSurfaceMESA to eglShowScreenSurfaceMESA. | |||
2005-11-24 | Move all the EGL API function pointers into a new _egl_api struct. | Brian Paul | |