summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglimage.h
Commit message (Expand)AuthorAgeFilesLines
* egl: Use reference counting to replace IsLinked or IsBound.Chia-I Wu2010-10-231-11/+0
* egl: Add reference count for resources.Chia-I Wu2010-10-231-0/+22
* egl: Drop dpy argument from the link functions.Chia-I Wu2010-10-231-3/+3
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-9/+0
* egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu2010-10-221-0/+7
* egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu2010-10-221-5/+16
* egl: Add support for more EGLImage extensions to EGL core.Chia-I Wu2010-01-311-0/+2
* egl: Initialize display resources with their display.Chia-I Wu2010-01-311-1/+1
* egl: Make resource void pointer in _eglCheckResource.Chia-I Wu2010-01-251-2/+1
* egl: Add support for EGL_KHR_image.Chia-I Wu2010-01-251-0/+95