summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.h
Commit message (Expand)AuthorAgeFilesLines
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-0/+1
* egl: Use a boolean to indicate whether a display is initialized.Chia-I Wu2010-01-281-0/+1
* egl: Use a boolean to indicate whether a resource is linked.Chia-I Wu2010-01-261-1/+5
* egl: Mark _eglCheckResource as PUBLIC.Chia-I Wu2010-01-261-1/+1
* egl: Native types are renamed in EGL 1.3.Chia-I Wu2010-01-251-2/+2
* egl: Make resource void pointer in _eglCheckResource.Chia-I Wu2010-01-251-3/+3
* egl: Add support for EGL_KHR_image.Chia-I Wu2010-01-251-0/+3
* egl: Remove unused casting functions.Chia-I Wu2010-01-241-21/+0
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-4/+1
* egl: Add _EGLResource and _EGLResourceType.Chia-I Wu2010-01-241-0/+49
* egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]Chia-I Wu2010-01-241-55/+0
* egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].Chia-I Wu2010-01-241-55/+0
* egl: Improve driver matching.Chia-I Wu2010-01-201-1/+0
* egl: Remove unused driver and display functions.Chia-I Wu2010-01-201-4/+0
* egl: Fix breakage from -fvisibility=hidden.Chia-I Wu2010-01-051-2/+2
* egl: Rework config lookup.Chia-I Wu2009-09-291-0/+1
* egl: Remove Xdpy from EGLDisplay.Chia-I Wu2009-08-261-8/+0
* egl: Remove dependency on libX11.Chia-I Wu2009-08-211-0/+4
* egl: Check for null display in handle checking.Chia-I Wu2009-08-211-3/+6
* egl: Add back handle checking.Chia-I Wu2009-08-181-2/+50
* egl: Make lookup functions static inline.Chia-I Wu2009-08-181-34/+78
* egl: Remove hash table for displays.Chia-I Wu2009-08-181-1/+7
* egl: Remove hash table for surfaces.Chia-I Wu2009-08-181-3/+0
* egl: Some per-driver data should be per-display.Chia-I Wu2009-08-181-0/+25
* egl: Change the way drivers are loaded.Chia-I Wu2009-08-181-1/+0
* egl: Overhaul driver API.Chia-I Wu2009-08-181-3/+3
* egl: Make display and surface hash tables local.Chia-I Wu2009-08-111-0/+5
* egl: Silence warnings on x86-64.Chia-Wu2009-07-311-0/+21
* egl: Remove redundant DeletePending flag.Chia-I Wu2009-07-171-0/+29
* egl: Destroy display's resources upon termination.Chia-I Wu2009-07-171-0/+4
* egl: Return the same EGL Display for the same native display.Chia-I Wu2009-07-171-0/+4
* egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu2009-07-171-5/+39
* egl: Support per-thread info.Chia-I Wu2009-07-171-4/+0
* egl: in _eglAddConfig() just save a pointer to the config; don't copy the configBrian Paul2008-06-041-1/+1
* egl: added args string to _eglMain()Brian Paul2008-05-281-0/+1
* minor overhaul/re-org of driver selection/loading codeBrian Paul2008-05-271-1/+13
* added _eglGet*Handle() functionsBrian Paul2008-05-271-0/+4
* First attempt at getting egl support up on dumb framebuffer.Jon Smirl2005-05-131-1/+6
* sync with latest EGL_MESA_screen_surface spec (EGLScreenMESA handles)Brian Paul2005-05-041-1/+1
* initial EGL codeBrian Paul2005-04-221-0/+39