aboutsummaryrefslogtreecommitdiffstats
path: root/src/egl/main
Commit message (Expand)AuthorAgeFilesLines
* Revert "egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXT"Tapani Pälli2019-11-142-26/+0
* Revert "egl: implement new functions from EGL_EXT_image_flush_external"Tapani Pälli2019-11-144-58/+0
* egl: move #include of local headers out of Khronos headersEric Engestrom2019-11-111-0/+2
* egl: fix _EGL_NATIVE_PLATFORM fallbackEric Engestrom2019-11-111-9/+0
* egl: Mention if swrast is being forcedChris Wilson2019-11-111-0/+2
* egl: implement new functions from EGL_EXT_image_flush_externalMarek Olšák2019-10-254-0/+58
* egl: handle EGL_IMAGE_EXTERNAL_FLUSH_EXTMarek Olšák2019-10-252-0/+26
* Revert "egl: Fixes transparency with EGL and X11."Hal Gentz2019-10-183-13/+1
* Revert "egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`."Hal Gentz2019-10-182-13/+0
* egl: Configs w/o double buffering support have no `EGL_WINDOW_BIT`.Hal Gentz2019-10-112-0/+13
* egl: Fixes transparency with EGL and X11.Hal Gentz2019-10-113-1/+13
* egl: Make native display detection work more than onceAdam Jackson2019-10-091-22/+12
* egl: check for NULL value like eglGetSyncAttribKHR doesTapani Pälli2019-09-191-0/+4
* egl: Add GL_MESA_EGL_sync supportHeinrich Fink2019-09-081-4/+7
* egl: fix deadlock in malloc error pathEric Engestrom2019-09-041-1/+3
* 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: reset blob cache set/get functions on terminateTapani Pälli2019-08-231-0/+4
* win32: unify strcasecmp definitionsErik Faye-Lund2019-08-151-0/+1
* mesa: Rename GLX_USE_TLS to USE_ELF_TLS.Bas Nieuwenhuizen2019-08-031-3/+3
* tree-wide: replace MAYBE_UNUSED with ASSERTEDEric Engestrom2019-07-311-1/+1
* egl: simplify loopEric Engestrom2019-07-011-3/+1
* egl: Enable eglGetPlatformDisplay on Android Platformrenchenglei2019-06-293-0/+27
* egl: replace dead vfunc with an errorEric Engestrom2019-06-252-14/+2
* egl: delete unused vfuncsEric Engestrom2019-06-252-46/+7
* egl: drop empty eglfallbacks.cEric Engestrom2019-06-253-51/+0
* egl: move eglGetSyncAttrib() fallback to eglapi.cEric Engestrom2019-06-252-2/+5
* egl: move eglSwapInterval() fallback to eglapi.cEric Engestrom2019-06-252-5/+8
* egl: move eglSurfaceAttrib() fallback to eglapi.cEric Engestrom2019-06-252-3/+5
* egl: move eglQuerySurface() fallback to eglapi.cEric Engestrom2019-06-252-2/+5
* egl: move eglQueryContext() fallback to eglapi.cEric Engestrom2019-06-252-3/+5
* egl: move eglGetConfigAttrib() fallback to eglapi.cEric Engestrom2019-06-252-3/+5
* egl: move eglChooseConfig() fallback to eglapi.cEric Engestrom2019-06-252-3/+6
* egl: move eglGetConfigs() fallback to eglapi.cEric Engestrom2019-06-252-2/+4
* Revert "egl: drop empty eglfallbacks.c" and "egl: move fallback calls to egla...Eric Engestrom2019-06-224-38/+73
* egl: drop empty eglfallbacks.cEric Engestrom2019-06-223-51/+0
* egl: move fallback calls to eglapi.cEric Engestrom2019-06-222-22/+38
* egl: drop `_eglReturnFalse()` fallbacksEric Engestrom2019-06-221-24/+0
* egl: remove unnecessary eglGetProcAddress() fallbackEric Engestrom2019-06-222-2/+1
* egl: remove NULL assignments after calloc()Eric Engestrom2019-06-221-21/+0
* egl: move bad_param check further upEric Engestrom2019-06-222-6/+8
* egl: add missing #includeEric Engestrom2019-06-191-0/+1
* egl: Don't add hardware device if there is no render node v2.Mathias Fröhlich2019-06-191-2/+2
* egl: compare the whole list of attributesEric Engestrom2019-06-111-1/+1
* egl: add EGL_platform_device supportEmil Velikov2019-06-056-7/+100
* egl: keep the software device at the end of the listEmil Velikov2019-06-051-1/+13
* egl: fold X11 attrib handling like other platformsEmil Velikov2019-06-051-34/+11
* egl: remove Options::Platform handlingAdam Jackson2019-06-052-10/+4
* egl: handle the full attrib list in display::optionsAdam Jackson2019-06-053-11/+55
* egl: flesh out a _eglNumAttribs() helperEmil Velikov2019-06-052-9/+16