summaryrefslogtreecommitdiffstats
path: root/src/egl/main/eglsurface.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Initialize display resources with their display.Chia-I Wu2010-01-311-1/+2
* egl: Refactor _eglInitSurface.Chia-I Wu2010-01-311-141/+146
* egl: Remove code blocks that are commented out.Chia-I Wu2010-01-311-45/+3
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-1/+1
* egl: Remove unnecessary headers.Vinson Lee2010-01-281-1/+0
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-3/+3
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-70/+0
* egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]Chia-I Wu2010-01-241-0/+70
* egl: Rework eglSwapInterval.Chia-I Wu2009-10-151-5/+22
* egl: Remove eglhash.c and eglhash.h.Chia-I Wu2009-08-181-1/+0
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-1/+1
* egl: Overhaul driver API.Chia-I Wu2009-08-181-92/+39
* egl: Correct the default values of surface attributes.Chia-I Wu2009-08-031-1/+2
* egl: Replace IsBound by a pointer to the binding.Chia-I Wu2009-08-031-1/+1
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-5/+1
* egl: Use the link functions to manage resources.Chia-I Wu2009-07-171-38/+30
* egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu2009-07-171-28/+1
* egl: Support per-thread info.Chia-I Wu2009-07-171-18/+0
* egl: additional error checking in _eglBind/ReleaseTexImage()Brian Paul2008-09-011-12/+63
* egl: implment EGL_LARGEST_PBUFFER queryBrian Paul2008-06-201-1/+4
* egl: fix width/height testsBrian Paul2008-05-301-1/+1
* added _eglGet*Handle() functionsBrian Paul2008-05-271-0/+20
* fix typo: s/Contexts/Surfaces/Brian Paul2008-05-271-1/+1
* assorted changes to compile with new EGL 1.4 headers (untested)Brian Paul2008-05-271-5/+7
* fix typoBrian Paul2006-02-051-1/+1
* some initial EGL 1.2 workBrian Paul2006-01-301-2/+114
* Some initial per-thread support.Brian Paul2005-12-101-2/+0
* Redo _eglInitSurface() so it can be used with all surface types.Brian Paul2005-11-271-91/+185
* update some commentsBrian Paul2005-11-231-2/+5
* added _eglInitPbufferSurface()Brian Paul2005-05-171-0/+74
* Implement query of surface type.Jon Smirl2005-05-161-0/+3
* initial EGL codeBrian Paul2005-04-221-0/+246