aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main/egldisplay.c
Commit message (Expand)AuthorAgeFilesLines
* egl: fix _EGL_NATIVE_PLATFORM fallbackEric Engestrom2019-11-111-9/+0
* egl: Make native display detection work more than onceAdam Jackson2019-10-091-22/+12
* egl: warn user if they set an invalid EGL_PLATFORMEric Engestrom2019-09-031-0/+3
* egl: fix platform selectionLionel Landwerlin2019-09-021-2/+7
* egl: simplify loopEric Engestrom2019-07-011-3/+1
* egl: Enable eglGetPlatformDisplay on Android Platformrenchenglei2019-06-291-0/+16
* egl: add missing #includeEric Engestrom2019-06-191-0/+1
* egl: compare the whole list of attributesEric Engestrom2019-06-111-1/+1
* egl: add EGL_platform_device supportEmil Velikov2019-06-051-0/+67
* egl: fold X11 attrib handling like other platformsEmil Velikov2019-06-051-34/+11
* egl: remove Options::Platform handlingAdam Jackson2019-06-051-9/+4
* egl: handle the full attrib list in display::optionsAdam Jackson2019-06-051-9/+52
* egl: fixup autotools-specific wordingEric Engestrom2019-04-301-1/+1
* egl: use coherent variable namesEric Engestrom2019-02-061-27/+27
* egl/main: fix indentationEric Engestrom2018-08-021-1/+1
* egl: Convert int to attrib in eglGetPlatformDisplayAdam Jackson2017-11-171-7/+8
* egl: Move _eglPointerIsDereferencable() to eglglobals.[ch]Miguel A. Vico2017-07-241-33/+0
* egl: fold _eglError() + return EGL_FALSEEmil Velikov2017-06-261-6/+4
* egl/display: make platform detection thread-safeEric Engestrom2017-06-161-7/+12
* egl/display: only detect the platform onceEric Engestrom2017-06-161-14/+17
* configure: update remaining --with-egl-platforms referencesEmil Velikov2017-05-191-1/+1
* egl: Fix -Wint-to-pointer-castChad Versace2017-05-081-1/+1
* egl: avoid dereferencing a null displayEric Engestrom2017-05-081-1/+3
* egl/x11: Honor the EGL_PLATFORM_X11_SCREEN_EXT attributeAdam Jackson2017-05-041-7/+12
* 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