summaryrefslogtreecommitdiff
path: root/src/egl/main/eglimage.c
AgeCommit message (Expand)AuthorFilesLines
2012-07-11egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg1-0/+5
2012-04-13egl: fix uninitialized valuesDylan Noblesmith1-1/+1
2011-12-20egl: remove #ifdef's for official extensionsChia-I Wu1-6/+0
2011-07-02egl: add copyright noticesChia-I Wu1-0/+29
2010-10-27egl: Remove unnecessary headers.Vinson Lee1-1/+0
2010-10-23egl: Add reference count for resources.Chia-I Wu1-2/+1
2010-10-22egl: Move fallback routines to eglfallbacks.c.Chia-I Wu1-18/+0
2010-10-22egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu1-0/+18
2010-10-22egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu1-17/+18
2010-01-31egl: Add support for more EGLImage extensions to EGL core.Chia-I Wu1-1/+9
2010-01-31egl: Initialize display resources with their display.Chia-I Wu1-1/+2
2010-01-31egl: Refactor _eglInitImage.Chia-I Wu1-10/+40
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu1-0/+51