summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglimage.h
Commit message (Expand)AuthorAgeFilesLines
* egl: use EGL 1.5 types without suffixesMarek Olšák2015-06-051-5/+5
* egl: Add needed extern "C" for C++ accessAlexander von Gluck IV2015-05-141-0/+9
* egl/main: no longer export internal functionEmil Velikov2015-03-051-2/+2
* egl/main: replace INLINE with inlineEmil Velikov2015-03-051-6/+7
* egl: definitions for EXT_image_dma_buf_importTopi Pohjolainen2013-08-021-0/+15
* egl: Add EGL_WAYLAND_PLANE_WL attributeKristian Høgsberg2012-07-111-0/+3
* egl: add copyright noticesChia-I Wu2011-07-021-0/+29
* 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