Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: Add EGL_WAYLAND_PLANE_WL attribute | Kristian Høgsberg | 2012-07-11 | 1 | -0/+5 |
* | egl: fix uninitialized values | Dylan Noblesmith | 2012-04-13 | 1 | -1/+1 |
* | egl: remove #ifdef's for official extensions | Chia-I Wu | 2011-12-20 | 1 | -6/+0 |
* | egl: add copyright notices | Chia-I Wu | 2011-07-02 | 1 | -0/+29 |
* | egl: Remove unnecessary headers. | Vinson Lee | 2010-10-27 | 1 | -1/+0 |
* | egl: Add reference count for resources. | Chia-I Wu | 2010-10-23 | 1 | -2/+1 |
* | egl: Move fallback routines to eglfallbacks.c. | Chia-I Wu | 2010-10-22 | 1 | -18/+0 |
* | egl: Parse image attributes with _eglParseImageAttribList. | Chia-I Wu | 2010-10-22 | 1 | -0/+18 |
* | egl: Move attributes in _EGLImage to _EGLImageAttribs. | Chia-I Wu | 2010-10-22 | 1 | -17/+18 |
* | egl: Add support for more EGLImage extensions to EGL core. | Chia-I Wu | 2010-01-31 | 1 | -1/+9 |
* | egl: Initialize display resources with their display. | Chia-I Wu | 2010-01-31 | 1 | -1/+2 |
* | egl: Refactor _eglInitImage. | Chia-I Wu | 2010-01-31 | 1 | -10/+40 |
* | egl: Add support for EGL_KHR_image. | Chia-I Wu | 2010-01-25 | 1 | -0/+51 |