summaryrefslogtreecommitdiff
path: root/src/egl/main/egltypedefs.h
AgeCommit message (Expand)AuthorFilesLines
2010-10-22egl: Move attributes in _EGLImage to _EGLImageAttribs.Chia-I Wu1-0/+2
2010-08-17egl: Add support for EGL_KHR_reusable_sync.Chia-I Wu1-0/+2
2010-06-30egl: Add dynamic array.Chia-I Wu1-0/+2
2010-02-19egl: Silence warnings when compiled with -pedantic.Chia-I Wu1-2/+0
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-4/+0
2010-01-25egl: Add support for EGL_KHR_image.Chia-I Wu1-0/+2
2010-01-24egl: Add _EGLResource and _EGLResourceType.Chia-I Wu1-0/+4
2009-08-18egl: Some per-driver data should be per-display.Chia-I Wu1-1/+1
2009-07-17egl: Add eglcompiler.h for compiler features.Chia-I Wu1-0/+1
2008-06-04egl: updated include paths (s/GLES/EGL/)Brian Paul1-2/+2
2008-05-30egl: new eglGetProcAddress() codeBrian Paul1-2/+0
2008-05-28egl: added args string to _eglMain()Brian Paul1-1/+1
2008-05-27assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul1-0/+2
2005-12-10Some initial per-thread support.Brian Paul1-0/+2
2005-11-29added _EGLExtensions typedefBrian Paul1-0/+2
2005-11-24Move all the EGL API function pointers into a new _egl_api struct.Brian Paul1-0/+2
2005-04-29Fix include path to make build workJon Smirl1-1/+1
2005-04-22initial EGL codeBrian Paul1-0/+28