summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egltypedefs.h
Commit message (Expand)AuthorAgeFilesLines
* egl/main: expose only core EGL functions staticallyEmil Velikov2015-05-141-2/+0
* egl: Add needed extern "C" for C++ accessAlexander von Gluck IV2015-05-141-0/+10
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu2010-10-221-0/+2
* egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu2010-08-171-0/+2
* egl: Add dynamic array.Chia-I Wu2010-06-301-0/+2
* egl: Silence warnings when compiled with -pedantic.Chia-I Wu2010-02-191-2/+0
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-4/+0
* egl: Add support for EGL_KHR_image.Chia-I Wu2010-01-251-0/+2
* egl: Add _EGLResource and _EGLResourceType.Chia-I Wu2010-01-241-0/+4
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-1/+1
* egl: Add eglcompiler.h for compiler features.Chia-I Wu2009-07-171-0/+1
* egl: updated include paths (s/GLES/EGL/)Brian Paul2008-06-041-2/+2
* egl: new eglGetProcAddress() codeBrian Paul2008-05-301-2/+0
* egl: added args string to _eglMain()Brian Paul2008-05-281-1/+1
* assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul2008-05-271-0/+2
* Some initial per-thread support.Brian Paul2005-12-101-0/+2
* added _EGLExtensions typedefBrian Paul2005-11-291-0/+2
* Move all the EGL API function pointers into a new _egl_api struct.Brian Paul2005-11-241-0/+2
* Fix include path to make build workJon Smirl2005-04-291-1/+1
* initial EGL codeBrian Paul2005-04-221-0/+28