summaryrefslogtreecommitdiff
path: root/src/egl/main/eglsurface.c
AgeCommit message (Expand)AuthorFilesLines
2009-08-03egl: Correct the default values of surface attributes.Chia-I Wu1-1/+2
2009-08-03egl: Replace IsBound by a pointer to the binding.Chia-I Wu1-1/+1
2009-07-17egl: Remove redundant DeletePending flag.Chia-I Wu1-5/+1
2009-07-17egl: Use the link functions to manage resources.Chia-I Wu1-38/+30
2009-07-17egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu1-28/+1
2009-07-17egl: Support per-thread info.Chia-I Wu1-18/+0
2008-09-01egl: additional error checking in _eglBind/ReleaseTexImage()Brian Paul1-12/+63
2008-06-20egl: implment EGL_LARGEST_PBUFFER queryBrian Paul1-1/+4
2008-05-30egl: fix width/height testsBrian Paul1-1/+1
2008-05-27added _eglGet*Handle() functionsBrian Paul1-0/+20
2008-05-27fix typo: s/Contexts/Surfaces/Brian Paul1-1/+1
2008-05-27assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul1-5/+7
2006-02-05fix typoBrian Paul1-1/+1
2006-01-30some initial EGL 1.2 workBrian Paul1-2/+114
2005-12-10Some initial per-thread support.Brian Paul1-2/+0
2005-11-27Redo _eglInitSurface() so it can be used with all surface types.Brian Paul1-91/+185
2005-11-23update some commentsBrian Paul1-2/+5
2005-05-17added _eglInitPbufferSurface()Brian Paul1-0/+74
2005-05-16Implement query of surface type.Jon Smirl1-0/+3
2005-04-22initial EGL codeBrian Paul1-0/+246