Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: add copyright notices | Chia-I Wu | 2011-07-02 | 1 | -0/+28 |
| | | | | | The list of copyright holders could be incomplete. Please update directly or notify me if your name is missing. | ||||
* | egl: Add reference count for resources. | Chia-I Wu | 2010-10-23 | 1 | -4/+1 |
| | | | | | This is a really simple mechanism. There is no atomicity and the caller is expected to hold the display lock. | ||||
* | egl: Move fallback routines to eglfallbacks.c. | Chia-I Wu | 2010-10-22 | 1 | -31/+0 |
| | | | | We do not want them to be all over the places. | ||||
* | egl: Add support for EGL_KHR_fence_sync. | Chia-I Wu | 2010-08-17 | 1 | -1/+8 |
| | | | | Individual drivers still need to support and enable the extension. | ||||
* | egl: Add support for EGL_KHR_reusable_sync. | Chia-I Wu | 2010-08-17 | 1 | -0/+121 |
Individual drivers still need to support and enable the extension. |