summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglsurface.h
Commit message (Expand)AuthorAgeFilesLines
* egl: Remove hash table for surfaces.Chia-I Wu2009-08-181-1/+0
* egl: Overhaul driver API.Chia-I Wu2009-08-181-17/+17
* egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-031-4/+15
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-1/+0
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-11/+2
* egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu2009-07-171-9/+5
* egl: Support per-thread info.Chia-I Wu2009-07-171-4/+0
* egl: additional error checking in _eglBind/ReleaseTexImage()Brian Paul2008-09-011-0/+1
* added _eglGet*Handle() functionsBrian Paul2008-05-271-0/+4
* some initial EGL 1.2 workBrian Paul2006-01-301-0/+20
* Redo _eglInitSurface() so it can be used with all surface types.Brian Paul2005-11-271-7/+4
* added _eglInitPbufferSurface()Brian Paul2005-05-171-0/+4
* initial EGL codeBrian Paul2005-04-221-0/+96