Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | egl: Use reference counting to replace IsLinked or IsBound. | Chia-I Wu | 2010-10-23 | 1 | -11/+0 |
* | egl: Add reference count for resources. | Chia-I Wu | 2010-10-23 | 1 | -0/+22 |
* | egl: Drop dpy argument from the link functions. | Chia-I Wu | 2010-10-23 | 1 | -3/+3 |
* | egl: Move fallback routines to eglfallbacks.c. | Chia-I Wu | 2010-10-22 | 1 | -9/+0 |
* | egl: Parse image attributes with _eglParseImageAttribList. | Chia-I Wu | 2010-10-22 | 1 | -0/+7 |
* | egl: Move attributes in _EGLImage to _EGLImageAttribs. | Chia-I Wu | 2010-10-22 | 1 | -5/+16 |
* | egl: Add support for more EGLImage extensions to EGL core. | Chia-I Wu | 2010-01-31 | 1 | -0/+2 |
* | egl: Initialize display resources with their display. | Chia-I Wu | 2010-01-31 | 1 | -1/+1 |
* | egl: Make resource void pointer in _eglCheckResource. | Chia-I Wu | 2010-01-25 | 1 | -2/+1 |
* | egl: Add support for EGL_KHR_image. | Chia-I Wu | 2010-01-25 | 1 | -0/+95 |