summaryrefslogtreecommitdiff
path: root/src/egl/main/egldisplay.c
AgeCommit message (Expand)AuthorFilesLines
2012-09-05Don't cast the return value of malloc/reallocMatt Turner1-1/+1
2011-11-10egl: silence unused var warningBrian Paul1-0/+2
2011-09-20egl: add null platformChia-I Wu1-0/+1
2011-08-21egl: add _EGL_PLATFORM_ANDROIDChia-I Wu1-1/+2
2011-08-15egl: Log (debug) native platform typeBenjamin Franzke1-12/+25
2011-08-15egl: Native Display autodetectionBenjamin Franzke1-3/+97
2011-07-02egl: add copyright noticesChia-I Wu1-0/+30
2011-02-07egl: Add wayland platformBenjamin Franzke1-0/+1
2010-10-23egl: Add reference count for resources.Chia-I Wu1-1/+41
2010-10-23egl: Drop dpy argument from the link functions.Chia-I Wu1-6/+5
2010-09-19st/egl: Rename kms backend to drm.Chia-I Wu1-1/+1
2010-06-30egl: Store configs in a dynamic array.Chia-I Wu1-7/+1
2010-06-29st/egl: One driver per hardware.Chia-I Wu1-0/+56
2010-06-23egl: Introduce platform displays internally.Chia-I Wu1-3/+7
2010-02-23egl: Remove unused _EGL_SKIP_HANDLE_CHECK.Chia-I Wu1-6/+0
2010-02-17egl: Make eglGetDisplay atomic.Chia-I Wu1-72/+19
2010-02-17egl: Add a mutex to _EGLDisplay.Chia-I Wu1-0/+1
2010-01-31egl: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-30egl: Clean up header inclusions.Chia-I Wu1-0/+1
2010-01-28egl: Remove unnecessary headers.Vinson Lee1-1/+0
2010-01-26egl: Fix a segfault when a display is initialized again.Chia-I Wu1-0/+1
2010-01-26egl: Use a boolean to indicate whether a resource is linked.Chia-I Wu1-1/+5
2010-01-25egl: Native types are renamed in EGL 1.3.Chia-I Wu1-2/+2
2010-01-25egl: Make resource void pointer in _eglCheckResource.Chia-I Wu1-2/+5
2010-01-24egl: Make surfaces and contexts resources.Chia-I Wu1-15/+19
2010-01-24egl: Add _EGLResource and _EGLResourceType.Chia-I Wu1-0/+60
2010-01-24egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]Chia-I Wu1-64/+0
2010-01-24egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].Chia-I Wu1-63/+0
2010-01-20egl: Remove unused driver and display functions.Chia-I Wu1-30/+0
2010-01-20egl: Use _eglPreloadDrivers.Chia-I Wu1-6/+0
2009-08-26egl: Remove Xdpy from EGLDisplay.Chia-I Wu1-3/+0
2009-08-21egl: Remove dependency on libX11.Chia-I Wu1-0/+30
2009-08-21egl: Check for null display in handle checking.Chia-I Wu1-4/+6
2009-08-18egl: Remove eglhash.c and eglhash.h.Chia-I Wu1-1/+0
2009-08-18egl: Add back handle checking.Chia-I Wu1-0/+66
2009-08-18egl: Make lookup functions static inline.Chia-I Wu1-66/+0
2009-08-18egl: Remove hash table for displays.Chia-I Wu1-75/+49
2009-08-18egl: Remove hash table for surfaces.Chia-I Wu1-29/+6
2009-08-18egl: _eglCloseDriver should be no-op.Chia-I Wu1-5/+6
2009-08-18egl: Change the way drivers are loaded.Chia-I Wu1-6/+1
2009-08-18egl: Overhaul driver API.Chia-I Wu1-12/+12
2009-08-11egl: Use _eglAddAtExitCall to free thread infos and displays.Chia-I Wu1-1/+1
2009-08-11egl: Implement _eglFiniDisplay.Chia-I Wu1-1/+17
2009-08-11egl: Make display and surface hash tables local.Chia-I Wu1-13/+72
2009-07-31egl: Silence warnings on x86-64.Chia-Wu1-9/+10
2009-07-17egl: Destroy display's resources upon termination.Chia-I Wu1-0/+32
2009-07-17egl: Return the same EGL Display for the same native display.Chia-I Wu1-0/+24
2009-07-17egl: Add funtions to link contexts and surfaces to displays.Chia-I Wu1-24/+178
2009-07-17egl: Support per-thread info.Chia-I Wu1-11/+0
2008-06-20egl: added null ptr checkBrian Paul1-2/+3