Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-01-05 | egl: Fix breakage from -fvisibility=hidden. | Chia-I Wu | |
Mark EGL API and driver functions as PUBLIC. Signed-off-by: Chia-I Wu <olvaffe@gmail.com> | |||
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-27 | assorted changes to compile with new EGL 1.4 headers (untested) | Brian Paul | |
2005-12-10 | lots of updates, mode sorting, etc | Brian Paul | |
2005-05-16 | minor tweaks | Brian Paul | |
2005-05-13 | First attempt at getting egl support up on dumb framebuffer. | Jon Smirl | |
Seems to be mostly working. Not all of egl API is implemented. | |||
2005-05-04 | sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles) | Brian Paul | |
2005-04-22 | initial EGL code | Brian Paul | |