summaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.c
Commit message (Expand)AuthorAgeFilesLines
* egl: Implement EGL_MESA_platform_surfacelessChad Versace2016-10-141-0/+21
* egl: Tear down images and syncs at eglTerminateAdam Jackson2016-09-141-0/+22
* egl/display: remove unnecessary code and make it easier to readEric Engestrom2016-07-071-15/+14
* Revert "egl: Check if API is supported when using eglBindAPI."Marek Olšák2016-06-031-5/+0
* egl: Check if API is supported when using eglBindAPI.Plamena Manolova2016-06-021-0/+5
* egl: remove _EGL_PLATFORM_WINDOWS enumEmil Velikov2015-07-221-1/+0
* egl: remove final references of platform_nullEmil Velikov2015-07-221-1/+0
* egl/dri2: implement platform_surfacelessHaixia Shi2015-06-161-1/+2
* egl/main: drop platform fbdev specific codeEmil Velikov2015-03-211-16/+0
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-111-6/+7
* Revert "egl/main: use c11/threads' mutex directly"Emil Velikov2015-03-061-7/+6
* egl/main: use c11/threads' mutex directlyEmil Velikov2015-03-061-6/+7
* egl: Add Haiku code and supportAlexander von Gluck IV2014-12-231-1/+6
* egl/main: Enable Linux platform extensionsChad Versace2014-03-171-0/+72
* egl/main: Stop using EGLNative types internallyChad Versace2014-03-171-2/+2
* egl: clarify what _eglInitResource doesChia-I Wu2014-02-191-1/+5
* s/Tungsten Graphics/VMware/José Fonseca2014-01-171-1/+1
* Don't cast the return value of malloc/reallocMatt Turner2012-09-051-1/+1
* egl: silence unused var warningBrian Paul2011-11-101-0/+2
* egl: add null platformChia-I Wu2011-09-201-0/+1
* egl: add _EGL_PLATFORM_ANDROIDChia-I Wu2011-08-211-1/+2
* egl: Log (debug) native platform typeBenjamin Franzke2011-08-151-12/+25
* egl: Native Display autodetectionBenjamin Franzke2011-08-151-3/+97
* egl: add copyright noticesChia-I Wu2011-07-021-0/+30
* egl: Add wayland platformBenjamin Franzke2011-02-071-0/+1
* egl: Add reference count for resources.Chia-I Wu2010-10-231-1/+41
* egl: Drop dpy argument from the link functions.Chia-I Wu2010-10-231-6/+5
* st/egl: Rename kms backend to drm.Chia-I Wu2010-09-191-1/+1
* egl: Store configs in a dynamic array.Chia-I Wu2010-06-301-7/+1
* st/egl: One driver per hardware.Chia-I Wu2010-06-291-0/+56
* egl: Introduce platform displays internally.Chia-I Wu2010-06-231-3/+7
* egl: Remove unused _EGL_SKIP_HANDLE_CHECK.Chia-I Wu2010-02-231-6/+0
* egl: Make eglGetDisplay atomic.Chia-I Wu2010-02-171-72/+19
* egl: Add a mutex to _EGLDisplay.Chia-I Wu2010-02-171-0/+1
* egl: Remove unnecessary headers.Vinson Lee2010-01-311-1/+0
* egl: Clean up header inclusions.Chia-I Wu2010-01-301-0/+1
* egl: Remove unnecessary headers.Vinson Lee2010-01-281-1/+0
* egl: Fix a segfault when a display is initialized again.Chia-I Wu2010-01-261-0/+1
* egl: Use a boolean to indicate whether a resource is linked.Chia-I Wu2010-01-261-1/+5
* 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-2/+5
* egl: Make surfaces and contexts resources.Chia-I Wu2010-01-241-15/+19
* egl: Add _EGLResource and _EGLResourceType.Chia-I Wu2010-01-241-0/+60
* egl: Move surface functions in egldisplay.[ch] to eglsurface.[ch]Chia-I Wu2010-01-241-64/+0
* egl: Move context functions in egldisplay.[ch] to eglcontext.[ch].Chia-I Wu2010-01-241-63/+0
* egl: Remove unused driver and display functions.Chia-I Wu2010-01-201-30/+0
* egl: Use _eglPreloadDrivers.Chia-I Wu2010-01-201-6/+0
* egl: Remove Xdpy from EGLDisplay.Chia-I Wu2009-08-261-3/+0
* egl: Remove dependency on libX11.Chia-I Wu2009-08-211-0/+30
* egl: Check for null display in handle checking.Chia-I Wu2009-08-211-4/+6