summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglimage.c
Commit message (Expand)AuthorAgeFilesLines
* egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen2013-08-021-0/+76
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-111-0/+5
* egl: fix uninitialized valuesDylan Noblesmith2012-04-131-1/+1
* egl: remove #ifdef's for official extensionsChia-I Wu2011-12-201-6/+0
* egl: add copyright noticesChia-I Wu2011-07-021-0/+29
* egl: Remove unnecessary headers.Vinson Lee2010-10-271-1/+0
* egl: Add reference count for resources.Chia-I Wu2010-10-231-2/+1
* egl: Move fallback routines to eglfallbacks.c.Chia-I Wu2010-10-221-18/+0
* egl: Parse image attributes with _eglParseImageAttribList.Chia-I Wu2010-10-221-0/+18
* egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu2010-10-221-17/+18
* egl: Add support for more EGLImage extensions to EGL core.Chia-I Wu2010-01-311-1/+9
* egl: Initialize display resources with their display.Chia-I Wu2010-01-311-1/+2
* egl: Refactor _eglInitImage.Chia-I Wu2010-01-311-10/+40
* egl: Add support for EGL_KHR_image.Chia-I Wu2010-01-251-0/+51